I have a table, that well, just won't sort
I have a table, that well, just won't sort
rstudner
Posts: 21Questions: 10Answers: 0
So I am using a default set of options on a large app / many tables etc.. and things are great!
here is a screenshot. using the bootstrap 3 styling with font-awesome sort arrows.
http://s1.postimg.org/6koucyfof/wont_sort.png
all my tables sort great.. this one, just hilights like that and doesn't do anything (it is serverSide paged, but no network activity & no console errors)
This discussion has been closed.
Answers
The blue-highlighting of course is a sign/culprit. other tables just handle the click/sort without that.
And -- I used a chrome plugin - "Visual Event" that shows what things are handling events on dom node's lah lah.
All over my app, all my datatables tables have th.sorting being handled etc.
But on this table in question (which is inside a jquery-ui accordian, btw)... no event handlers on the TH's.
Could you share some code on the datatable in question?