Scroller + Serverside + Window Resize => Adjust redrawTop / redrawBottom?
Scroller + Serverside + Window Resize => Adjust redrawTop / redrawBottom?
Hi,
first of all, thank you for all your hard work creating this plugin.
I have one issue though, when I:
1. Start my application in a rather small window.
2. Resize the window (make it larger).
=> The info display (eg "Showing 1 to 10 of 57 entries") gets updated correctly.
=> However, the boundaries (eg at which scroll position dt should call for more data) are not updated.
Please note, I understand that if I trigger a table draw after the resize operation is done the issue is gone.
However, I have five of these tables in one window, a redraw on all at once would be a bitter pill to swallow.
I hope you have a better idea :-).
Best regards,
Se