I am using jQuery Datatables plugin , is it possible to reorder columns without changing the source data?
Here is an example of what I have.
Currently it is LicenseNumber, FirstName, LastName
I would like it to be FirstName, LastName, LicenseNumber
Is there a parameter that I can add to the data setup?
source
share