mirror of
https://github.com/umap-project/umap.git
synced 2025-05-05 06:01:48 +02:00
wip: display a message after deleting rows
This commit is contained in:
parent
0c314f94a8
commit
ba69bf556c
2 changed files with 1 additions and 1 deletions
|
@ -141,6 +141,7 @@ U.TableEditor = L.Class.extend({
|
||||||
this.datalayer.isDirty = true
|
this.datalayer.isDirty = true
|
||||||
this.datalayer.show()
|
this.datalayer.show()
|
||||||
this.edit()
|
this.edit()
|
||||||
|
U.Alert.info(L._('Deleted {count} rows', { count: matched.length }))
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,6 @@ from umap.models import DataLayer
|
||||||
|
|
||||||
from ..base import DataLayerFactory
|
from ..base import DataLayerFactory
|
||||||
|
|
||||||
|
|
||||||
DATALAYER_DATA = {
|
DATALAYER_DATA = {
|
||||||
"type": "FeatureCollection",
|
"type": "FeatureCollection",
|
||||||
"features": [
|
"features": [
|
||||||
|
|
Loading…
Reference in a new issue