How to add data-order using "aaData" by javascript json?
How to add data-order using "aaData" by javascript json?
I am trying to create dataTables using Javascript json. Also formatting the strings to numbers.
So, for sorting and filtering wants to add data-order. Is there any way to push data-order in aaData.
tbodyArray is have cell data.
dataTableObj = $("#dataTable").dataTable({
bServerSide: false,
bPaginate: false,
bDeferRender: true,
bProcessing: true,
aaData: tbodyArray
});