Add other value in Row grouping
Add other value in Row grouping
rrzavaleta
Posts: 78Questions: 52Answers: 2
in DataTables
hi,
I want to know how to add another value in Row grouping.
that is, use a parameter to group and another that does not group but that is shown in the title of the group
I'm using the following example without results
https://datatables.net/examples/advanced_init/row_grouping.html
This discussion has been closed.
Answers
The RowGroup extension gives you complete control over the grouping text as shown in this example through the
rowGroup.startRender
option.If you aren't comfortable modifying the code in the example you linked to, then the RowGroup extension is probably a better option.
Allan