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-tabulator
as a dependency in yourpackage.json
file. Whenever you change the dependencies of your project, ensure you run the$ npm run bootstrap
command again. You can find more information in the package.json basics page.
{
"dependencies": {
"@genesislcap/grid-tabulator": "latest"
},
}