https://github.com/danielearwicker/knockout-grids
Investigation of virtualised scrolling grids from scratch in knockout
https://github.com/danielearwicker/knockout-grids
Last synced: 24 days ago
JSON representation
Investigation of virtualised scrolling grids from scratch in knockout
- Host: GitHub
- URL: https://github.com/danielearwicker/knockout-grids
- Owner: danielearwicker
- Created: 2013-07-21T23:11:16.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-04T22:03:51.000Z (almost 13 years ago)
- Last Synced: 2025-01-25T18:43:16.818Z (over 1 year ago)
- Language: JavaScript
- Size: 246 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
knockout-grids
==============
Investigation of virtualised scrolling grids from scratch in knockout
If you look back through the history you'll see me trying various ways to implement virtual scrolling,
allowing efficient display of very large numbers of grid rows.
In the most extreme case, where I separate the scrollbars out entirely, I show a billion rows!
There's a less extreme compromise where it can handle around 10 million.
I hope to keep developing this into a knockout grid toolkit, with the emphasis on flexibility/minimalism,
as most grids seem to be monolithic masses of code and hard to extend or modify.