limit on number of sortable columns
limit on number of sortable columns
juliangraham
Posts: 3Questions: 0Answers: 0
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
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
This discussion has been closed.
Replies
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
Yes, that was it (I had a bad "colspan" attribute). Thanks!