Sorting rows by column contents
-
Hi,
I’ve installed the sorting plugin and have successfully setup sorting on a number of columns.
In one table I am using the following CSS to enable me to sort the numbers with commas.
“aoColumnDefs”: [ { “sType”: “numeric-comma”, “aTargets”: [ 1,2,3,4,5,6,7,] } ]
but I also want to sort a column of images using the alt tag. I have this setup and is working ok in another table but I want to be able to sort this column in the table using this code:
“aoColumnDefs”: [ { “sType”: “alt-string”, “aTargets”: [ 0,] } ]
Is it possible to have both working on the same table. If so how do I code it?
Thanks for your help
Neil
The topic ‘Sorting rows by column contents’ is closed to new replies.