Adding Charts inside datatables with sort feature.

Adding Charts inside datatables with sort feature.

sam0586sam0586 Posts: 1Questions: 0Answers: 0
edited March 2014 in General
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

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    You could put a chart into a cell, just as you could with a plain HTML table - is that what you mean?

    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
This discussion has been closed.