I have a select box from which I can choose a bunch of numbers to pass to my query. If all are selected, the url parameters for the sort links are too long and the sort fails. Any idea how to shorten the url parameteres or not include them at all?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As soon as I seem to have more than 10 records in the table, the sort and export links fail. Less than 10 records and all is ok. Any ideas?
I have a select box from which I can choose a bunch of numbers to pass to my query. If all are selected, the url parameters for the sort links are too long and the sort fails. Any idea how to shorten the url parameteres or not include them at all?
the problem had to do with so many url parameters being attached to the dynamic links. Using excludedParams in the table tag fixed this. Thanks.