Skip to content
/ v3grid Public

A virtual datagrid in JavaScript for mobile and desktop

License

Notifications You must be signed in to change notification settings

Sly1024/v3grid

Repository files navigation

v3grid

A virtual datagrid in JavaScript.

Please see the wiki

What is v3grid?

It is a datagrid/table implementation written in JavaScript. Why is it special? Read the wiki!

What is 'v3' in the name?

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.

Design Goals

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

Examples

See here

About

A virtual datagrid in JavaScript for mobile and desktop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published