Skip to content

An updated version of react-ui-components that does not rely on JQuery and allows proportional column widths.

Notifications You must be signed in to change notification settings

aphillipo/react-datatable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React UI Components

A set of React Datatable base on Facebook's FixedDataTable

Extended FixedDataTable features

  • lazy loading
  • multiple selection
  • async column sorting
  • proportional width
  • async filtering
  • loading progress
  • no data custom message

Install

npm install

Build

Every time something changes in /src, you need to run:

npm run build

In the dist folder you'll find the library that includes the DropdownList and DataTable components

Examples

To see the examples in action, run the following command:

npm run examples

Open the following page in the browser: http://localhost:8118/examples

About

An updated version of react-ui-components that does not rely on JQuery and allows proportional column widths.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published