react-datagriddy
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

Griddy

install: npm i react-datagriddy

define rows and columns:

const columns = ['Name', 'Age', 'Country'];
const rows = [
    ['John', '25', 'USA'],
    ['Alice', '30', 'Canada'],
    ['Bob', '22', 'UK'],
  ];

component: <DataGrid columns={columns} rows={rows} selectable={true} />

License

MIT

Package Sidebar

Install

npm i react-datagriddy

Weekly Downloads

1

Version

1.1.3

License

MIT

Unpacked Size

25.6 kB

Total Files

11

Last publish

Collaborators

  • natechenette