limit on number of sortable columns

limit on number of sortable columns

juliangrahamjuliangraham Posts: 3Questions: 0Answers: 0
edited September 2010 in General
Hi Allan,

Is there a limit on the number of sortable columns in a table? We've got a table where we're doing server-side processing, and we've got 21 columns, 19 of which are visible, and we'd like to be able to sort on all 19 of them (individually). But only the first 16 of these visible columns actually seem to respond to clicks. I didn't see any kind of limit mentioned in the docs, but that number seems like it might be significant...


Thanks,
Julian

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Hi Julian,

    no there is no hard coded limit to the number of sortable columns. Perhaps you could show your initialisation code, as there may be something blocking the sorting on some of the columns?

    Allan
  • juliangrahamjuliangraham Posts: 3Questions: 0Answers: 0
    Hi Allan,

    Yes, that was it (I had a bad "colspan" attribute). Thanks!
This discussion has been closed.