want to get a column data in fnDrawCallback
want to get a column data in fnDrawCallback
How can I get a column data in fnDrawCallback ? after sort datatable I want to use the sorted data to draw a chart. Would you like to give me some help?
This discussion has been closed.
Replies
[code]
fnDrawCallback: function () {
var col0data = this.fnGetColumnData( 0 );
...
}
[/code]
Allan
Datatable is really a good plugin. Thanks for your effort! Thanks for your answer to my question. I will see if the fnGetColumnData is what I need !
Thanks for your quick answer !