react-datatable
Examples

Custom cells gallery

Use this page when the table contract is already stable and you want a concrete cell implementation to copy.

The live interactive version is on the landing page custom-cells section.

Available examples

How to use this set

  1. Open the cell page closest to what you need.
  2. Copy the component implementation.
  3. Keep sorting, filtering, grouping, and row identity in the column definition.
  4. Adapt the visual treatment to your product without changing the underlying table contract accidentally.

On this page