I would like to implement the column sorting arrow the examples here have - or a variation on the theme.
Could you please point to examples that do specifically that?
The column sorting arrow is just an image ( http://datatables.net/media/images/sort_asc.jpg for example) - just change that to whatever image you want.
DataTables does this automatically. Have a look at the image name - the clue is there :-)
http://datatables.net/media/images/sort_asc.jpg - is going to be 'ascending'
http://datatables.net/media/images/sort_desc.jpg - will therefore be 'descending'.
This is defined in my demo CSS files. Probably a good idea to have a look in there. Also having a poke around hte live DOM with Firebug might help.
Replies
Allan
http://datatables.net/media/images/sort_asc.jpg - is going to be 'ascending'
http://datatables.net/media/images/sort_desc.jpg - will therefore be 'descending'.
This is defined in my demo CSS files. Probably a good idea to have a look in there. Also having a poke around hte live DOM with Firebug might help.
Allan