Skip to content

Functional Static Grid

Latest
Compare
Choose a tag to compare
@ydsood ydsood released this 12 Feb 18:42
· 7 commits to master since this release
e6341d1

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.