sorting images
sorting images
I have a table with fixed headers, sortable columns and a them roller theme.
Some of the columns have images in them and these need to be sortable. I've used the code from the soritng_sType example and I'm sorting on the image title. This works fine in firefox and chrome but in IE I get:
match(...).1 id null or not an object
How do I resolve this please?
Some of the columns have images in them and these need to be sortable. I've used the code from the soritng_sType example and I'm sorting on the image title. This works fine in firefox and chrome but in IE I get:
match(...).1 id null or not an object
How do I resolve this please?
This discussion has been closed.
Replies
Allan
I have a similar problem though with:
' . $review2 . '
$r2colour is a named colour - green, amber, red and $review2 is a number from 1 - 100
I've tried using string, numeric and html but none of these seems to strip out the html. Instead they are sorting the field by the colour and then the number. i have a owrk arounf though which is not to colour the text and then use a graphic in another coloumn to represent the colour, which then also gives some extra filtering options
Allan