-
Notifications
You must be signed in to change notification settings - Fork 20
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
Create a knockout-based virtual grid component. #329
Comments
Proposed API:
|
@tshead2 - https://rniemeyer.github.io/knockout-kendo/web/Grid.html, https://github.com/Knockout-Contrib/KoGrid, http://wijmo.com/grid-with-knockout-viewmodel-loading-remote-data/, http://grid.tesseris.com/Home/DemoKnockout - would one of these do the trick? Knockout-Kendo.js also has slider widgets. |
@lustrousgorilla -These suffer from the same limitations as slickGrid - the number of rows is limited by the maximum size of a div, and the number of columns is assumed to be relatively small, generally < 100. While it doesn't come-up for TI, or PI, we've had issues with those limitations in CCA and timeseries models before. My goal is a grid that supports 1B x 1B cells. |
This will be removed as we will be going to a new paradigm for our web server web client architecture |
Requirements:
The text was updated successfully, but these errors were encountered: