Is it possible to sort on images or icons ?
Is it possible to sort on images or icons ?
fd80132
Posts: 2Questions: 1Answers: 0
Hi,
All is in the title: Is it possible to sort on images or icons ?
Thanks !
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Sure - you need to give DataTables some information to sort on - obviously it can't interpret the image, but if you want to sort on the URL, then you can. Set the
column.type
tostring
so that HTML is not stripped. Otherwise you could use a custom plug-in.Allan
Thanks allan, just what I need !