rdt-alt
TypeScript icon, indicating that this package has built-in type declarations

0.1.8 • Public • Published

React Dream Table

  • Install by executing npm install react-dream-table or yarn add react-dream-table.
  • Import by adding import Table from 'react-dream-table'.
  • Use by adding <Table />. Use data prop for setting data and columns for setting columns.

Useful links

Installation

Add React-Dream-Table to your project by executing npm install react-dream-table or yarn add react-dream-table.

Compatibility

Your project needs to use React 16.3 or later.

Description

Simple react table that provides data fetching utilities. Using optimized data storing and accessing techniques, it allows for fast processing and eliminates additional server-side requests if needed. The feature set contained in current version are as follows:

  • Built-in Typescript support
  • Styling of components
  • Theming
  • Element based styling
  • Localization
  • Filtering and search
  • Conditional rendering of data
  • Pagination
  • Multi-row selection
  • Built-in Promise based API call events based on:
    • Pagination change
    • Filtering change
    • Row click
    • Row select

License

The MIT License.

Package Sidebar

Install

npm i rdt-alt

Weekly Downloads

1

Version

0.1.8

License

MIT

Unpacked Size

153 kB

Total Files

57

Last publish

Collaborators

  • farid.asgarli