Skip to content
This repository was archived by the owner on Aug 7, 2026. It is now read-only.

Repository files navigation

react-object-table

npm versionDownloads

React powered table of objects, designed to be editable and fast.

Live Demo

Check out the live demo here: http://uptick.github.io/react-object-table/

Installation

Install the package with npm:

npm install react-object-table

Then require and use with ES6 imports:

importReactfrom'react'importReactDomfrom'react-dom'importObjectTablefrom'react-object-table'varmount=document.querySelectorAll('div.table-mount');ReactDom.render(<ObjectTablecolumns={[{name: 'Message',key: 'message',}]}objects={[{id: 1,message: 'Hello world',}]}/>,mount[0]);

Optionally, include the built css with an import:

@import'node_modules/react-object-table/dist/react-object-table.css';

or tag:

<linkhref="static/node_modules/react-object-table/dist/react-object-table.css" rel="stylesheet">

Full reference documentation coming soon. For now, take a look at the reference on the live demo at http://uptick.github.io/react-object-table/.

About

React powered table of objects, designed to be editable and fast.

Resources

Stars

14 stars

Watchers

11 watching

Forks

Releases

Packages

Used by

Contributors

Languages