Grid Tabulator
The @genesislcap/grid-tabulator package provides a collection of grid-related components and utilities for Genesis applications.
API Documentation
Further details are available in the API documentation.
Features
Coming soon.
Getting started
Installation
To enable this module in your application, follow the steps below.
- Add @genesislcap/grid-tabulatoras a dependency in yourpackage.jsonfile. Whenever you change the dependencies of your project, ensure you run the$ npm run bootstrapcommand again. You can find more information in the package.json basics page.
{
  "dependencies": {
    "@genesislcap/grid-tabulator": "latest"
  },
}