Hi,
I have a datatable with checkboxes for which I want to delete the underlying records in MySQL database when I select the boxes/rows and hit the ‘delete’ button.
I was able to make it work with the .remove function. But when I reloaded the deleted rows came back. Of course these records were not deleted in my database.
Here I made a simple version of the datatable:
http://webix.com/snippet/55e1608a
Could somebody please help me do this?