Data Formatting and Col Sorting
Data Formatting and Col Sorting
Hi Guys,
I have a table the is initialized when empty, I then use fnUpdate() to pupulate the rows of the table.
The data I'm polling for is returned as a JSON object. Things like Integers are not formatted ... what's the best way to format the Integers and ensure that the column can be sorted numerically?
I can set the sType of the column when initializing the table, but what the best way to format the values that I'm injecting into the table using fnUp();
Thanks
Warrick
I have a table the is initialized when empty, I then use fnUpdate() to pupulate the rows of the table.
The data I'm polling for is returned as a JSON object. Things like Integers are not formatted ... what's the best way to format the Integers and ensure that the column can be sorted numerically?
I can set the sType of the column when initializing the table, but what the best way to format the values that I'm injecting into the table using fnUp();
Thanks
Warrick
This discussion has been closed.