formatting the DataTables Sorting plugin
-
Hello, tremendous plug-in by the way!! I am currently using your tablepress plugin to house documents that are related to a specific product number for the company I work for. You can access the table here: http://www.willburt.com/support/support-center/ez-spec/fold-down/. I recently installed the Sorting plugin for the 6th & 7th columns, “Total Lumens” & “Total Watts”, however, I cannot figure out how to get the columns to format properly. Is there anyway to sort from 0 to 1,000,000 in ascending order? Currently I have the “columnDefs”: [ { “type”: “formatted-num”, “targets”: [ 6, 7 ] } ] code written into my custom commands database but I can’t figure out how to list the values from 0 to 200,000 in ascending order. Any help would be great. Thanks!
The topic ‘formatting the DataTables Sorting plugin’ is closed to new replies.