סקירות עבור Kahuna, the IndexedDB-Manager
Kahuna, the IndexedDB-Manager Hummmingme מאת
תגובה מאת Hummmingme
תגובת המפתח
מועד פרסום: לפני 19 שעותThank 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.
דירוג אחד
- דירוג 4 מתוך 5מאת fabiorzfreitas, לפני יוםAmazing, it handled all my needs completely :)
Not the most intuitive, and certainly could use confirmation prompts, as well as executing tasks by batch — it deleted every item I intended to, but using 4 slow tasks with no confirmation, instead of building a queue before applying the changes —, and perhaps some improvement in JSON parsing (though that might be my own fault), yet I still managed to import items from Chrome with no hassle!תגובת המפתח
מועד פרסום: לפני 19 שעותThank 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.