is it possible by same button for select all unselect all rows?
is it possible by same button for select all unselect all rows?

i want to select the all rows and unselect by same checkbox(heading area).
This discussion has been closed.
i want to select the all rows and unselect by same checkbox(heading area).
Answers
There isn't a pre-built button for that, but you could certainly create a custom button that would do that using the API (
rows().select()
/rows().deselect()
) and theselect
/deselect
events.Allan