Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.93 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.93 KB

react-redux-datatable

Build Status Coverage Status Version GitHub license

Dynamic data table using React and Redux that fetches JSON from a predefined API. Designed to build asynchronous React-Redux tables quickly and consistently.

Example

Version 2 / React 16

Version 2 works with React 16 builds upon react-bootstrap-table2.

  • Filter and search data by text or by column values
  • Built in ability to filter date ranges, number, text and select lists
  • Paginate and Sort data
  • Configurable table and column widths
  • Ability to add custom filters and column formatters
  • Optional local storage of filter data
  • Uses React and Redux with a predefined API
  • Add table headers
  • Toggle full screen view
  • Export to csv

Version 1 / React < 16

Version 1 supports older versions of react and uses react-bootstrap-table.

Demo

View the Demo

Documentation

You will find full documentation here

Contributing

See the Contributors Guide

License

The MIT License (MIT). Please view the License File for more information.