2.0.12 • Published 3 years ago

react-asterisk-table v2.0.12

Weekly downloads
45
License
MIT
Repository
github
Last release
3 years ago

React * Table

react-asterisk-table is an extensible React component. See examples in the demo from the link below.

Features

  • Sortable
  • Custom cell formatter
  • Custom item resolver
  • Tree view with flat or nested data
  • Child view
  • Nested columns
  • Support for HOCs
  • TypeScript support

Dependencies

node 12.x

react 16.x

Installation

npm install --save react-asterisk-table

Usage

import React, {Component} from 'react';
import AsteriskTable from 'react-asterisk-table';

class Example extends Component {
  render() {
    return (<AsteriskTable columns={[{
                id: 'first_name',
                label: 'First Name'
              }]}
              items={[{
                id: 1,
                first_name: 'First name'
              }
            ]}/>);
  }
}

Demos

  • Sortable
  • Editable
  • Paging
  • Nested columns
  • Tree view with flat data structure
  • Tree view with nested data structure
  • Child view
  • Redux integration

CodeSandbox https://codesandbox.io/embed/github/torava/react-asterisk-table/tree/master/

Live demo https://vuqh4.sse.codesandbox.io/

Documentation

https://vuqh4.sse.codesandbox.io/out/

License

MIT

2.0.11

3 years ago

2.0.12

3 years ago

2.0.10

3 years ago

2.0.9

3 years ago

2.0.8

3 years ago

2.0.7

3 years ago

2.0.5

3 years ago

2.0.6

3 years ago

2.0.4

3 years ago

2.0.3

4 years ago

2.0.1

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.14

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago