How to add data-order using "aaData" by javascript json?

How to add data-order using "aaData" by javascript json?

Mritunjay_Sinha812Mritunjay_Sinha812 Posts: 1Questions: 1Answers: 0

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
});

This discussion has been closed.