Features
Grid
General
- Supported browsers: Chrome, Firefox, Safari, Edge and IE11





Features
- Cell editing
- Customizable cell tooltips
- Show hide columns using context menu
- Drag and drop reordering and resizing of columns
- Row filtering
- Read-only mode available
- Plenty of column types: date, number etc.
- Keyboard navigation
- Row reordering with drag drop
- Multiple individually scrollable grid sections
- Row grouping
- Grouped headers
- Summaries
- Search and quick find
- Locked columns with draggable splitter
- Sorting
- Striped rows
- Tree view
- Customize cell contents and appearance
Visual Appearance
- Ships with five SASS based themes and a demo that shows how to create your own
- Row height is customizable, and can be changed dynamically
- Cell contents and appearance can be customized using renderer functions
- Styling can be changed using normal CSS
Technical details
- Platform: Framework independent
- Easy to add custom data fields
- Comes with a flexible API where you can override pretty much any part of the codebase
- Available as local NPM package
- Multiple build versions available:
- UMD-bundle for browsers that require transpiled code
- UMD-bundle as above but also including babel-polyfill
- ES Module-bundle for modern browsers that support ES modules
- All bundles are available in minified or unminified versions
Server/Database Integration
- Integrates with any server technology (PHP, Java, ASP.NET etc)
- Load and save data in JSON. Custom data formats can also be supported
- Demo using PHP backend included