JSPM

  • Created
  • Published
  • Downloads 6986
  • Score
    100M100P100Q131964F
  • License MIT

Dynamically sized fixed header and column for tables

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.

Demo

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-cell set)
  • Supports overflow: scroll on both axes
  • Multiple tables per page

Doesn't yet support: Multiple columns/headers, Client side sorting, IE <= 7.

Usage