sorting problem
sorting problem
mlotfi
Posts: 60Questions: 5Answers: 0
Hi,
I noticed that only the first column has the sorting icon, but not the others, please see this pic :
http://s28.postimg.org/rvnorzswd/metadata.png
my js code :
http://s10.postimg.org/75eb052pl/metadatajs.png
Thanks, your help is appreciated.
This discussion has been closed.
Replies
I always thought the arrows were the results of images being added onto the table headers through CSS.
If you look at the stylesheet for the example tables on this website, (http://cdn.datatables.net/1.10.0/css/jquery.dataTables.css) you can see the ".sorting" classes have .png images associated with them. It's not something the DataTable provides for you.
I would check your CSS files again and see if you can pinpoint the issue there.