Skip to content

coderowersoftware/react-redux-datatable

 
 

Repository files navigation

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

This builds upon react-bootstrap-table.

  • 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

Demo

View the Demo

Documentation

You will find full documentation here

License

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

About

Dynamic data table using React and Redux that fetches JSON from a predefined API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 55.4%
  • JavaScript 44.4%
  • HTML 0.2%