A virtual datagrid in JavaScript.
Please see the wiki
It is a datagrid/table implementation written in JavaScript. Why is it special? Read the wiki!
VirtualGrid seemed a bit too simple, I had to come up with a good name. It is Virtual in 3 different ways: horizontally, vertically and the data too, hence the name.
These are the goals (properties) I had in mind when I started working on v3grid:
- Virtual in both horizontal (columns) and vertical (rows) directions
- Virtual Data - Should handle infinite amount of data
- Mobile device support (iOS, Android) - Smooth scrolling, Touch handling
- Modular - each module/class is kept small, you can pick what features you want
- Framework Independent -
- I won't say 'lightweight', because each and every JS lib out there claims it's lightweight
See here