I have a table, that well, just won't sort

I have a table, that well, just won't sort

rstudnerrstudner 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)

Answers

  • rstudnerrstudner Posts: 21Questions: 10Answers: 0

    The blue-highlighting of course is a sign/culprit. other tables just handle the click/sort without that.

  • rstudnerrstudner Posts: 21Questions: 10Answers: 0

    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.

  • larsonatorlarsonator Posts: 54Questions: 4Answers: 2

    Could you share some code on the datatable in question?

This discussion has been closed.