Datatable row grouping footer
Datatable row grouping footer
annamalai_82
Posts: 8Questions: 3Answers: 0
Hi I am using this awesome datatable tool for a requirement, works fine with grouping data .
I have a datatable with row groups , i need to show group subtotals at the group footer instead of group header, can some one please help me with this .
Thanks,
Annamalai
This discussion has been closed.
Answers
Can someone provide me with some ideas on this(Datatable row grouping footer) please .
Thanks,
Annamalai
Thanks for this great tool . Got the grouping footer to work by redrawing the table based on the row count of each group and inserting the footer row at the specific row index.
Cheers,
Annamalai
I suggest you look at
footerCallback
yes but this is the table's footer, i was looking to get a footer for each group. Got it to work anyways .
Thanks