How to include ID and class attributes for rows returned from server side callback?
How to include ID and class attributes for rows returned from server side callback?
I'm using the serverside functionality of DataTables and the data I'm reporting on is in a hierarchical format.
During initialization I have bServerSide set to true true and sAjaxSource set appropriately.
When I get additional rows from the ajax callback I need to be able to include the id and class of each row returned because they are what are used for creating the drilldown formatting, for example:
It seems that the aaData returned is just a string array and I was wondering how I can include the id and class for each row returned?
Thanks.
During initialization I have bServerSide set to true true and sAjaxSource set appropriately.
When I get additional rows from the ajax callback I need to be able to include the id and class of each row returned because they are what are used for creating the drilldown formatting, for example:
It seems that the aaData returned is just a string array and I was wondering how I can include the id and class for each row returned?
Thanks.
This discussion has been closed.
Replies
Regards,
Allan