Datatable checkbox issues

Hi.

I’ve got two issues on datatable when checking items:

  1. With dynamic loading data from server, if I have data more than one page, when I checked all items by checking the master checkbox on the header, I got an error from the browser that told me the id of the checkbox is undefined, which I figured out that the “check all” action would try to check all other items on all other pages not yet loaded into the datatable and thus caused the problem! So, can I just check all the items on the current page on checking the master checkbox?

  2. With a datatable initiated with the property “save”, when checking or unchecking an item, it sent a POST request (or PUT request on REST mode) to the url (the value of the property “save”). How can I stop the action?

Thanks in advance!

You can create a custom version of master checkbox, there behavior can be changed to the necessary one.

http://webix.com/snippet/c77c6ae8

Sorry for reviving this topic, but I had a question about that master checkbox. On it if you click anywhere in the control area it changes the checkbox and everything below it… is it possible to change the function so it only runs when the master checkbox is checked/unchecked, rather than if you click anywhere on the control (if you click anywhere around the checkbox in the same row/column the whole function runs)?