imballinst / react-bs-datatable

Bootstrap datatable without jQuery. Features include: filter, sort, pagination, checkbox, and control customization.
https://imballinst.github.io/react-bs-datatable
MIT License
60 stars 20 forks source link

Add an example folder for ease of developments #16

Closed imballinst closed 5 years ago

imballinst commented 6 years ago

Add examples folder in the root project. It contains views with various table configurations, for example:

  1. Initial configuration (no config)
  2. Pagination
  3. Filtering
  4. Clickable column content
  5. etc.

To run it, probably will need webpack-dev-server to virtualize the server and make the development easier (hot reload yay)

imballinst commented 5 years ago

Fixed with https://github.com/Imballinst/react-bs-datatable/pull/40.