I have a data table as follows, which retrieves data from server side via ajax.
R1 R1 R1 R2 R2 R2 R3 R3 R3
I want this table to be changed to following format
H1 | R1 R2 R3 H2 | R1 R2 R3 H3 | R1 R2 R3
Is there a easier way to do this.
What you are looking for is a pivot table. That is not a feature that DataTables currently supports, which you'll see if you search for forum for it. Sorry.
Allan
Thanks Allan
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
What you are looking for is a pivot table. That is not a feature that DataTables currently supports, which you'll see if you search for forum for it. Sorry.
Allan
Thanks Allan