Hi,
I want to use the row rendering as illustrated in javascript-datatable-rows-rendering.htm demo but I also want to be able to sort, and filter, on the components of the data records such as “price”.
The example currently has “sortable:true” but this display records in the order or reverse order in which the records are stored in the array.
I have tried defining “datafields” so that I can sort on data components but cannot see how to map these data components to the more usual columns format.
Is it possible to sort on individual data components in this example?