This package has been deprecated

Author message:

This package isn't used by Views anymore

@viewstools/tables

1.0.8 • Public • Published

@viewstools/tables

Tables wrapper around react-virtualized with an API closer to what Views would use internally.

We expose two components Table and Column. They only work in React DOM for now. Contribute here for React Native support.

Use it like:

import { Table, Column } from '@viewstools/tables/dom'

const data = [{
  name: 'Mary',
  location: 'Somewhere',
}, {
  name: 'Bob',
  location: 'Wherever',
}]

<Table from={data}>
  <Column key="name" />
  <Column key="location" />
</Table>

License MIT. (c) 2018 UXtemple Ltd.

Readme

Keywords

none

Package Sidebar

Install

npm i @viewstools/tables

Weekly Downloads

0

Version

1.0.8

License

MIT

Unpacked Size

2.68 kB

Total Files

6

Last publish

Collaborators

  • dariocravero
  • neil-buckley
  • alex-vladut