The master branch code base prior to this tag has been released on NPM as v0.1.6. It includes the following features
- Render a static grid with a column model definition
- Allow a custom no data component
- Pagination to navigate between pages
- Custom page size
- Support for formatters for individual columns. The formatters are given the value of the cell and can return anything to be rendered on the grid cell.
- Support for rendering a custom components for rows instead of cells. If a custom
CellComponent
is provided the table headers are hidden.