| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
One of the best JavaScript data grid SlickGrid which was originally developed by @mleibman is now available to React. I personally tried a few data grids and SlickGrid beats most of them in terms of functionalities, customizability and performance (it can easily deal with even a million rows).
We have a new website (for version 4.x and higher), we recommend you visit the new Documentions website powered by GitBook.
Follow the HOWTO - Step by Step
Slickgrid-React works with Bootstrap 4 and event the latest Bootstrap 5 or any other UI framework
We will be using 6pac SlickGrid fork (the most active fork since the original @mleibman fork was closed some time ago by his author personal reasons).
The goal is of course to be able to run SlickGrid within React but also to incorporate as much as possible the entire list of functionalities (and more) that SlickGrid offers (you can see a vast list of samples on the 6pac SlickGrid examples website).
Demo page includes sample for most of the features and it keeps growing (so you might want to consult it whenever a new version comes out).
The Wiki is where all the documentation and instructions will go, so please consult the slickgrid-react - Wiki before opening any issues. The Wiki - HOWTO is a great place to start with. You can also take a look at the Demo page, it includes sample for most of the features and it keeps growing (so you might want to consult it whenever a new version comes out).
You can see some screenshots below and the instructions down below.
This is a work in progress, but so far here are some of the features that slickgrid-react brings (on top of Slickgrid itself):
What if slickgrid-react is missing feature(s) versus the original SlickGrid?
Fear not and simply use directly the SlickGrid and DataView objects that are expose from the start through Event Emitters. For more info continue reading on Wiki - SlickGrid & DataView objects and Wiki - Grid & DataView Events
Contents
| Back | FazBrowse Home | New Git URL |