@pnstack/react-native-table
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

react-native-table

React native table component

Installation

yarn add @pnstack/react-native-table

Usage

<Table
  columns={[
    {
      title: 'id',
      key: 'id',
      dataIndex: 'id',
    },
    {
      title: 'Name',
      key: 'name',
      dataIndex: 'name',
    },
  ]}
  dataSource={[
    {
      id: 1,
      name: 'name 1',
    },
    {
      id: 2,
      name: 'name 2',
    },
  ]}
/>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

Package Sidebar

Install

npm i @pnstack/react-native-table

Weekly Downloads

0

Version

0.1.4

License

MIT

Unpacked Size

29.9 kB

Total Files

31

Last publish

Collaborators

  • npv2k1