[Plugin: WP-Table Reloaded] Sort one column
-
Had another thread on this topic here: https://www.ads-software.com/support/topic/plugin-wp-table-reloaded-disabling-sort-for-only-one-column?replies=9
Though the problem was solved, but something else came up. Instead of the two rows with the first one being sorted using this custom command
"aoColumnDefs": [ { "bSortable": true, "aTargets": [ 0 ] }, { "bSortable": false, "aTargets": [ "_all" ] }, { "bSearchable": true, "aTargets": [ 0 ] }, { "bSearchable": false, "aTargets": [ "_all" ] } ]
I need three columns with only the middle column sortable.
PS: I don’t think its possible, but I thought I’d ask anyway. Is it possible to let the user choose which column is being sorted?
- The topic ‘[Plugin: WP-Table Reloaded] Sort one column’ is closed to new replies.