Server processing: Redraw table without a server call.
Server processing: Redraw table without a server call.
Frogrammer
Posts: 1Questions: 0Answers: 0
Hello dear DataTables users/devs :)
I have a really cool table here that uses a remote data source with server processing. Everything works like a charm but I need to adjust the table when user tries to resize the browser window, but I have an issue with that. I use two functions:
table.fnDraw();
table.fnAdjustColumnSizing();
but each of them make a call to the server and that's bad for the performance.. :(
is there anything I can use to 'redraw' the table and fix the columns size without server calls?
Thanks!
Anton.
I have a really cool table here that uses a remote data source with server processing. Everything works like a charm but I need to adjust the table when user tries to resize the browser window, but I have an issue with that. I use two functions:
table.fnDraw();
table.fnAdjustColumnSizing();
but each of them make a call to the server and that's bad for the performance.. :(
is there anything I can use to 'redraw' the table and fix the columns size without server calls?
Thanks!
Anton.
This discussion has been closed.