Package Exports
- react-sticky-table
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-sticky-table) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Sticky Table
Responsive and dynamically-sized fixed headers and columns for tables.
Inspired by fixed-data-table's lack of responsiveness.
Features
- Optional fixed columns & headers
- Responsive table dimensions (wrap it in any size container and it will fill that container)
- Dynamic row height & column width (no need to specify width and height in pixels)
- Rows and columns resize as content resizes
- Custom cells (just make sure your custom cell has
display: table-cellset) - Supports
overflow: scrollon both axes - Multiple tables per page
Doesn't yet support: Multiple columns/headers, Client side sorting, IE <= 7.