From 33b6a6b5c393e311ec77268e0fdd65b00942c0a0 Mon Sep 17 00:00:00 2001 From: bmarkov Date: Wed, 28 Feb 2024 10:27:58 +0200 Subject: [PATCH] Add Smart.Grid Added the Smart.Grid by https://www.htmlelements.com/ --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9a33136..899d1ee 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ many modern Enterprise grid features. * [RevoGrid](https://revolist.github.io/revogrid/) - Free spreadsheet grid implementation as webcomponent. Handles millions of rows and columns fast and efficiently. Works in any major framework (VueJs, React, Ember, Angular) or with no framework at all. * [SpreadJS](http://spread.grapecity.com/spreadjs/) - JavaScript Spreadsheet, Grid and Data Presentation Components. There is a .NET version. SpreadJS is a serious product but the documentation and samples organization is complex. +* [Smart Grid](https://www.htmlelements.com/grid/) - Serious data grid solution for Enterprise. It supports major javascript frameworks: +Angular, React, VueJs, Web Components. * [Tabulator](http://tabulator.info/) - Free JavaScript Table library with many features. It has integrations with Angular, React and Vue.