how to add row grouping with checkbox
how to add row grouping with checkbox

how to add row grouping with checkbox.and check group header all group item are checked.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Are you using the RowGroup extension and each row has a checkbox in it? You then want to have the grouping row display a checkbox that will check / uncheck all of the rows in the group?
There isn't a built in feature for that, but you could use a custom renderer for the grouping row (
rowGroup.startRender
) to add the checkbox into it and a custom event to bind a listener for it.Allan
I need above image model..and add row header with checkbox.check row header checkbox that group item all are selected.otherwise select indivdually.
Sent example Link
did any solution ?
There isn't something like this built into to either DataTables, Select or the RowGroup extensions (they don't provide grouping options for checkbox selection).
That is something I hope to introduce in future.
Allan