Sorting Column with images
Sorting Column with images
Hi everyone,
My datatable has column with a number, string and a image.The Column will look like [code] { 8 seats [/code]}
Now when i am trying to sort this column,the sorter plugin is taking the ID attribute of the image as its parameter by default.But i have to sort the column by the number(int).I tried using http://www.datatables.net/usage/columns#sType ,but its not working.
I have posted my datatable in http://live.datatables.net/ihaqaf
Any other suggestion friends???
My datatable has column with a number, string and a image.The Column will look like [code] { 8 seats [/code]}
Now when i am trying to sort this column,the sorter plugin is taking the ID attribute of the image as its parameter by default.But i have to sort the column by the number(int).I tried using http://www.datatables.net/usage/columns#sType ,but its not working.
I have posted my datatable in http://live.datatables.net/ihaqaf
Any other suggestion friends???
This discussion has been closed.
Replies
Allan