Skip to content

Releases: flipbyte/redux-datatable

New config

14 Jun 05:10
7cb9ff4

Choose a tag to compare

  • Added table layout feature for handling layouts.
  • Table is divided into individual components.
  • Select all with indeterminate checkbox.
  • Styling done at the component level.

v0.5.4: Merge pull request #34 from easeq/master

06 Jun 13:58
3ae0581

Choose a tag to compare

v0.5.3: Merge pull request #33 from easeq/master

06 Jun 12:53
ba1c4ec

Choose a tag to compare

Pass action as a config item to thunk

v0.5.2: Merge pull request #32 from easeq/master

06 Jun 12:13
cefdd94

Choose a tag to compare

v0.5.1: Merge pull request #28 from easeq/master

04 Jun 11:17
c15ece1

Choose a tag to compare

Added new features

02 Jun 14:05
c15ece1

Choose a tag to compare

  • Table now has an editable option.
  • Added a new select all rows option for batch actions.
  • Added print button option to the toolbar for printing the table.
  • Buttons in the table body can now add icons using tag class.
  • Added classNames to html elements to be externally styleable.
  • Fixed loading icon hide issue on request error.
  • Fixed limit "all" option showing default value in the select element.
  • Added a new toolbar item of type "button".

v0.4.1: Merge pull request #17 from easeq/master

25 May 13:30
052bfee

Choose a tag to compare

v0.4.0: Merge pull request #15 from easeq/master

25 May 05:45
10695ba

Choose a tag to compare

  • Added table print feature.
  • Added customizable loader/spinner.
  • Add custom column body renderer.
  • Added "visible" prop to initialize show/hide for specific column.

v0.3.0: Added filterable column of type options (#11)

19 May 13:05
8e7b7a1

Choose a tag to compare

* Added options filter and updated options body value

* 0.3.0

* Update README.md

v0.2.2: Fixed row taking space when none of the columns are filterable (#10)

22 Apr 09:17
9d395de

Choose a tag to compare