Skip to content

Releases: imballinst/react-bs-datatable

v3.15.0

30 Jan 12:14
89cf992
Compare
Choose a tag to compare

Minor Changes

  • dd15ba8: Add support for sorting and filtering in cunjunction with nested objects

v3.14.0

22 Jan 00:57
a17a003
Compare
Choose a tag to compare

Minor Changes

  • cdd6353: feat: add support for nested objects

v3.13.1

07 Jan 02:27
12563b0
Compare
Choose a tag to compare

Patch Changes

  • fba3e0c: fix: fix declaration files not being included in npm

v3.13.0

07 Jan 02:14
Compare
Choose a tag to compare

Minor Changes

  • a3643b1: feat: implement columnValueProcessor with either object or function to pass around

v3.12.0

09 Sep 00:31
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in #181
  • chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 by @dependabot in #180
  • chore(deps): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #184
  • feat: allow customizing valid tag names for onRowClick in TableBody and TableBodyRow by @imballinst in #187

Full Changelog: v3.11.2...v3.12.0

v3.11.2

02 May 07:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.11.1...v3.11.2

v3.11.1

27 Apr 15:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.11.0...v3.11.1

v3.11.0

27 Apr 15:43
Compare
Choose a tag to compare

New Props

The Pagination component now has a new prop: paginationRange. By default it's 3 and if it is, then the numbers would look like "1, 2, 3" or "2, 3, 4", and so on. To tweak it, we can set it to, say, 4, then it'll be "1, 2, 3, 4" and "2, 3, 4, 5" and so on, and so forth.

What's Changed

Full Changelog: v3.10.0...v3.11.0

v3.10.0

03 Apr 05:49
Compare
Choose a tag to compare

What's Changed

  • feat: allow override checkbox in Controlled tables by @Thomas-Boi in #174

New Contributors

Full Changelog: v3.9.1...v3.10.0

v3.9.1

27 Mar 15:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.9.0...v3.9.1