Skip to content

Releases: imballinst/react-bs-datatable

v2.2.3

05 Feb 07:34
Compare
Choose a tag to compare

Since 2.1.2, there were things that have changed:

  • react, react-dom, and react-bootstrap are now stated as peerDependencies.
  • Mobile-first default styles were added #99
  • Add new prop paginationAlwaysVisible #99
  • Lock peer dependencies versions #107
  • Fix maxPage not calculating with filtered data #108

v2.1.2

22 Nov 08:19
Compare
Choose a tag to compare

Add cellProps as Table type.

v2.1.1: Update README.md

21 May 05:38
Compare
Choose a tag to compare

v2.1.0: Update documentation and types

21 May 05:38
Compare
Choose a tag to compare

Add headerCell

22 Mar 02:40
Compare
Choose a tag to compare

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.

Add row on click function prop

15 Feb 11:44
4140ad6
Compare
Choose a tag to compare
  • Add row on click event function for the DatatableProps
  • Lock react-bootstrap in 1.0.5-beta.5
  • Add prettier