-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: convert other (large) tables to DataTables- move to server side processing #1242
Comments
We also need to add some (optional?) server side processing instead of sending the entire table (or at least if the table is too large such as orders and products) |
This would also include upgrading to DataTables v1.10.10+ and the new Buttons extension which replaced the TableTools extension back with v1.10.8 |
A significant change in v1.10.10 is dropping Twitter Bootstrap v2 support (or so it seems). Also the new Buttons extension (replaces TableTools) is a bit more complex to integrate since you must load about a dozen other js/css files...Perhaps we need to go in reverse as far as features offered so we can re-advance:
|
Another note...not as easy as it sounds since we'd have to do a lot of rendering since most of the tables have controls or buttons which require building them on the fly in javascript. |
We have several more large tables (help docs) which would greatly benefit from being wrapped with the DataTables widget.
The text was updated successfully, but these errors were encountered: