Hi,
I have a problem:
I need to display approx. 5000 records (wich comboboxes etc.) in IE8 without pagination, but with fixed headers and sorting; I cannot alter much on the serverside. All I can do is altering a JSP page. I have converted the table from DOM to a javascript json array (passing it as aadata) and that saved me 10 seconds. However, the page still feels painfully slow.
I want to take advantage of the bDeferRender feature, but I need an ajax datasource for it. Can I fake such a datasource?
This is a legacy application and I cannot alter the server side, much less introduce a Java AJAX framework :-(
Please suggest performance improvements. I have already set bSortingClasses to 'false', as the documentation states.
I have a problem:
I need to display approx. 5000 records (wich comboboxes etc.) in IE8 without pagination, but with fixed headers and sorting; I cannot alter much on the serverside. All I can do is altering a JSP page. I have converted the table from DOM to a javascript json array (passing it as aadata) and that saved me 10 seconds. However, the page still feels painfully slow.
I want to take advantage of the bDeferRender feature, but I need an ajax datasource for it. Can I fake such a datasource?
This is a legacy application and I cannot alter the server side, much less introduce a Java AJAX framework :-(
Please suggest performance improvements. I have already set bSortingClasses to 'false', as the documentation states.