This would be a great feature. The only issue I see is that we have many large tables (1000+ rows) and have pagination turned on. Is there a way to "remember" the column sizes as the user switches pages or sorts columns?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is a possibility to set columns sizes.
Only problem is how to remember it between posts/gets. I can add functionality, that function installTable would take an array parameter and would set collumn sizes accordingly and keep track of these values. But displaytag should pass it to the next request.
Honestly i'm only using displaytag - not developing it.If developers will find this feature interesting - i would contribute JavaScript part.
Best regards,
Alius
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I've added into feature requests small example how to make resizable HTML table columns with JavaScript.
Any comments are welcome.
Regards,
Alius
This would be a great feature. The only issue I see is that we have many large tables (1000+ rows) and have pagination turned on. Is there a way to "remember" the column sizes as the user switches pages or sorts columns?
Hi,
There is a possibility to set columns sizes.
Only problem is how to remember it between posts/gets. I can add functionality, that function installTable would take an array parameter and would set collumn sizes accordingly and keep track of these values. But displaytag should pass it to the next request.
Honestly i'm only using displaytag - not developing it.If developers will find this feature interesting - i would contribute JavaScript part.
Best regards,
Alius