react-bs-datatable

Bootstrap datatable without jQuery. Features include: filter, sort, pagination, checkbox, and control customization.

MIT License

Downloads
5.2K
Stars
59
Committers
9

Bot releases are visible (Hide)

react-bs-datatable - v3.0.3

Published by imballinst over 2 years ago

react-bs-datatable - v3.3.0

Published by imballinst over 2 years ago

What's Changed

Full Changelog: https://github.com/imballinst/react-bs-datatable/compare/v3.2.1...v3.3.0

react-bs-datatable - v3.1.1

Published by imballinst over 2 years ago

react-bs-datatable - v3.0.2

Published by imballinst over 2 years ago

react-bs-datatable - v3.2.1

Published by imballinst over 2 years ago

react-bs-datatable - v3.2.0

Published by imballinst over 2 years ago

react-bs-datatable - v3.1.0

Published by imballinst over 2 years ago

What's Changed

react-bs-datatable - v3.0.1

Published by imballinst over 2 years ago

What's Changed

react-bs-datatable - v3.0.0

Published by imballinst over 2 years ago

See the migration guide if you are migrating from v2.

  • New build and publish system. Previously, this library used Webpack for bundling etc.—now it only uses tsc to compile the TypeScript files to output all files to the lib folder.
  • ESM and CommonJS are now supported. There are 2 new TypeScript configurations in the project, one is used for building ESM and the other is for building CommonJS.
  • Updated Storybook. Previously, this library still used storiesOf, but now it is using Component Story Format (CSF), which was available starting from Storybook v5.
  • Lots of optimizations, bundle size in particular. As reported by Bundlephobia for the Alpha version, the minified size is down to just a quarter of what it was, whereas the minified + gzip is down to a third of what it was.
  • Replaced font-awesome CSS with the React components of Font Awesome. This allowed us to enable tree shaking, which resulted in the optimization point above.
  • Drop support for all other libraries. This library will now only support Bootstrap tables.
  • Auto generate component APIs.
react-bs-datatable - v2.2.3

Published by imballinst over 2 years ago

Since 2.1.2, there were things that have changed:

react-bs-datatable - v3.0.0-beta.0

Published by imballinst over 2 years ago

  • New build and publish system. Previously, this library used Webpack for bundling etc.—now it only uses tsc to compile the TypeScript files to output all files to the lib folder.
  • ESM and CommonJS are now supported. There are 2 new TypeScript configurations in the project, one is used for building ESM and the other is for building CommonJS.
  • Updated Storybook. Previously, this library still used storiesOf, but now it is using Component Story Format (CSF), which was available starting from Storybook v5.
  • Lots of optimizations, bundle size in particular. As reported by Bundlephobia for the Alpha version, the minified size is down to just a quarter of what it was, whereas the minified + gzip is down to a third of what it was.
  • Replaced font-awesome CSS with the React components of Font Awesome. This allowed us to enable tree shaking, which resulted in the optimization point above.
  • Drop support for all other libraries. This library will now only support Bootstrap tables.
react-bs-datatable - v2.1.2

Published by imballinst almost 4 years ago

Add cellProps as Table type.

react-bs-datatable - v2.1.1: Update README.md

Published by imballinst over 4 years ago

react-bs-datatable - v2.1.0: Update documentation and types

Published by imballinst over 4 years ago

react-bs-datatable - Add headerCell

Published by imballinst over 4 years ago

This release adds headerCell field in each of the tableHeaders element. On top of that, the documentation is also updated to use Markdown tables, which hopefully will make it easier to read.

react-bs-datatable - Add row on click function prop

Published by imballinst over 4 years ago

  • Add row on click event function for the DatatableProps
  • Lock react-bootstrap in 1.0.5-beta.5
  • Add prettier
Package Rankings
Top 3.22% on Npmjs.org
Top 31.49% on Repo1.maven.org
Badges
Extracted from project README
minzipped size npm version downloads per week
Related Projects