I have a problem with three or more tables on the same .gsp page.
I want to show three tables on one page, both with sortable columns. Unfortunaly that does not work, because variables like sort and order seem to be globally definded and will take effect on every table.
So if both tables have the column, both are sorted. If one has not, an error is thrown.
Is there any way to have three tables one page, which can be independently sorted, or what is a good way to to this?
I have a problem with three or more tables on the same .gsp page.
Share
You could use the remote-pagination plugin.
Christian