default sort
-
ive got a table with 6 columns.
im trying to prevent column 0 from being sortable and sort column 1 in ascending fashion by default.
ive tried many custom commands strings without luck. here’s my latest:
"aoColumnDefs": [ { "bSortable": false, "aTargets": [ 0 ] }, { "aaSorting": [1, 'asc' ] } ]
but the results are no good on either front. ??
https://www.ads-software.com/extend/plugins/wp-table-reloaded/
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘default sort’ is closed to new replies.