[Plugin: WP-Table Reloaded] WP-Table reloaded tables not sorting correctly
-
In order to get my columns to sort correctly, I added the plugin for currency that Tobias put added a while back, as well as a plugin for formatted numbers. I can get it to work with a single column, but don’t know how to add multiple sTpyes to the custom commands section.
I use this “aoColumnDefs”: [ { “sType”: “currency_sorting”, “aTargets”: [ “column-7” ] } ] and it works. Or if i use “aoColumnDefs”: [ { “sType”: “formatted-num”, “aTargets”: [ “column-6” ] } ] it also works. How can i get them both to work?
Please help
The topic ‘[Plugin: WP-Table Reloaded] WP-Table reloaded tables not sorting correctly’ is closed to new replies.