webix selectAll option in the datatable filter

Hi,

I have the below code snippet

https://snippet.webix.com/jobeo5ip

Now for the Released column i want to have selectAll and unselectAll options

when clicked on the selectAll all the checkboxes will be checked and filtered and when clicked on the unselectAll option all the checked boxes will be unchecked and all data will be displayed .

how can i do that?

Got it

adding suggest:{selectAll:true} has done my job .

Thanks :slight_smile: