Adding Charts inside datatables with sort feature.
Adding Charts inside datatables with sort feature.
Hello,
I was planning to show a table view with Doughnut charts. Thats when I came across jquery Datatables. I was wondering if it is possible to add charts inside datatable and at the same time add sorting to the column (based on single value present in each cell.)
Thanks
I was planning to show a table view with Doughnut charts. Thats when I came across jquery Datatables. I was wondering if it is possible to add charts inside datatable and at the same time add sorting to the column (based on single value present in each cell.)
Thanks
This discussion has been closed.
Replies
For sorting one data point and displaying another, take a look at this manual page for the upcoming 1.10 release: http://next.datatables.net/manual/orthogonal-data
Allan