Recenzje dodatku Kahuna, the IndexedDB-Manager
Kahuna, the IndexedDB-Manager Autor: Hummmingme
Autor odpowiedzi: Hummmingme
Odpowiedź autora
Data: 2 dni temuThank you for the rating and feedback!
Intuitiveness is a tough goal, but I'm doing my best. There are three ways to delete data rows: individually using the trash icon; in bulk using the delete option from the selection tools; or via JavaScript, e.g. `table.where('id').anyOf([11, 29, 53]).delete()`. After deletion, the table view is refreshed so that the deleted rows are no longer visible. But I understand that this might not be sufficient as confirmation.
Intuitiveness is a tough goal, but I'm doing my best. There are three ways to delete data rows: individually using the trash icon; in bulk using the delete option from the selection tools; or via JavaScript, e.g. `table.where('id').anyOf([11, 29, 53]).delete()`. After deletion, the table view is refreshed so that the deleted rows are no longer visible. But I understand that this might not be sufficient as confirmation.