Change dynamically the height of the dataTable
Change dynamically the height of the dataTable
Hello,
I use DataTables with your server_processing and extra scroller.
By a javascript routine, I change the height of DataTables with this:
[code]$(".dataTables_scrollBody").height(example);[/code]
All is well. Well almost!
When I move the scroll, the table returns to its original height.
The final height is lost!
How to solve this problem?
I use DataTables with your server_processing and extra scroller.
By a javascript routine, I change the height of DataTables with this:
[code]$(".dataTables_scrollBody").height(example);[/code]
All is well. Well almost!
When I move the scroll, the table returns to its original height.
The final height is lost!
How to solve this problem?
This discussion has been closed.
Replies
Help me, please
Allan
What should I look for in this long code?
my test : http://www.celinni.com/creaprint/recherche33.php (click on "critères avancés") and use the vertical-scrolling of dataTables...