React Object Table GitHub  |  NPM

To participate in the demonstration you will need:

All examples given are written with babel loaders to support es6 (stage-0) and JSX syntax.

Simple Example

This is the simplest implementation of React-Object-Table, an editable list of strings.

To allow editing, the table requires an onUpdate handler (refer to source code below).

Even this simple example supports:

Loading ...

More Feature-Filled Example

This example demonstrates:

Loading ...

Customisation Example

This example demonstrates:

Loading ...