Need Select all check box at column header

Tags: #<Tag:0x00007f8b1da6f2c0>

Please me help in this

Hi @vedaselvaraj27

I do not have a demo for that. But I have a demo for the fastest checkbox toggle that I think would also be useful http://jsfiddle.net/8b35uhf4/

To set up a checkbox within the header you can use the afterGetColHeader hook.

Hi @aleksandra_budnik , I already added the toggle checkbox in header ,
While unselecting any one of checkbox in column it should uncheck the header checkbox, But it is not working as expected

You can use the afterChange hook which tracks the changes of a checkbox to change afterGetColHeader or colHeaders and the value of the checkbox in the header.