I’m using jQuery Datatables.
I want to change the height of the table whenever a user resizes the window. I’m able to catch the window resize event which allows me to calculate the new height. How can I assign the new height to the datatable object?
I’m using jQuery Datatables . I want to change the height of the table
Share
You can use the following code: