New to DataTables, probably stupid questions about styling and columns to sort
New to DataTables, probably stupid questions about styling and columns to sort
![Dan3460](https://secure.gravatar.com/avatar/1e26ddc1fbf5979693c37fcf8649c51a/?default=https%3A%2F%2Fvanillicon.com%2F1e26ddc1fbf5979693c37fcf8649c51a_200.png&rating=g&size=120)
I stumble upon Datatables and it worked right off the bat, impressive. I confess that i have not read the manual and maybe the answer is there, so sorry:
1- Can i only select just a few columns to sort?
2- In my original table i had the clicked row highlighted, DataTables seems to overwrite my high light. I need to signal the user wich column has been clicked. The highlight was done via JQuery addClass function.
Thanks for the help
This discussion has been closed.
Replies
Yes.
columns.orderable
. The full, and searchable, list of options is available here.I'd need a link to a page showing the issue to understand what is going wrong there. Might be a CSS conflict. Another option is to use the Select extension.
Allan