JQuery DataTables: adjust column size without redrawing the table and making a new ajax call -
Using the jquery datatable plugin on a project by using server-side processing for a data project I am here. I am also using the jquery UI layout plugin, so I am trying to resize a panel to change the column size on the call back. It's working, but when I check the firebug, I think fnAdjustColumnSizing every call is calling my AJAX servlet, I think it is through calling the FNDRO method, but I'm not sure . Is there a way to repair it without making a new AJAX call?
I really want to get hundreds of thousands of rows if the user decides to memorize the servlet for this purpose, then perhaps a big waste, any help of time for the user will be greatly appreciated!
- You can pass the false as the first parameter to reproduce it, but New shapes will not be effective until a draw is made ... You can do the same way (internal function such as calling _fnScrollDraw) however:
Do you have hundreds of thousands of rows each time? With server-side processing (which I believe you are using), you only have to return the rows that must be displayed.
Comments
Post a Comment