DEV Community

Cover image for Open source excel grid system with advanced performance for Vue, React, Ember, Angular, Svelte
Maks
Maks

Posted on

Open source excel grid system with advanced performance for Vue, React, Ember, Angular, Svelte

On regular bases I’m working in development and consulting for project with complex frontend. Most of them require enormous data representation without problems for client, others require complex ui design systems.

In the end revo-grid system was born. I have created data grid system which combines best excel sheet qualities with high performance.

These are key features:

  • VNode based DOM almost without rerendering. I do recombination instead;
  • Full customization: custom cells, headers, properties, editors;
  • Advanced plugin system with most important plugins out of box such as sorting, filtering, exporting to excel, column based on context size;
  • Custom sizes for rows and columns;
  • Column/Row grouping;
  • Freezed columns/rows;
  • Integration with all popular frameworks: react, vue, angulat, ember, vanilla;
  • Multiple other useful features just to get it in use out of box.

Hope you will enjoy component. Looking for some feedback from you. Any suggestion are welcome. Thank you.

Top comments (2)

Collapse
 
golangch profile image
Stefan Wuthrich

sounds interesting.
Probably you missed the link?
github.com/revolist/revogrid

Collapse
 
revolist profile image
Maks

thank you! this is right