Skip to content

Releases: flipbyte/redux-datatable

Bug fixes

01 Jul 06:38
b2c3aa7

Choose a tag to compare

  • Fixed Issue: On limit change from lower value to higher value from the last page, result count shows incorrect details.
  • Fixed - Issue with result count showing incorrect details on display all option.
  • Deep merge default query params provided in the config with the current query params.

Minor changes

30 Jun 13:15
a4644aa

Choose a tag to compare

  • Fixed table width issue when there is a hidden column on initial load.
  • Multiple table scrolling gets synced - fixed
  • Modified arguments provided to thunk

Improvements

29 Jun 05:31
41cad0e

Choose a tag to compare

Merge pull request #45 from easeq/master

Minor fixes and changes

v0.7.2: Merge pull request #44 from easeq/master

26 Jun 09:38
6a7b38a

Choose a tag to compare

Fixes

26 Jun 06:02
543e413

Choose a tag to compare

0.7.1 (#43)

* Fixes

* Minor fix

* 0.7.1

Optimized table

26 Jun 05:10
ae8d77c

Choose a tag to compare

  • Move internal state to redux
  • Optimized table to reduce renders.
  • Added selectors (reselect) to fetch data from state.
  • Define custom selectors in the table config at the column level and in entity.selectors
  • Removed indexField in column and used single primaryKey at the top level.
  • Faster mass selection
  • Faster table without windowing.
  • Faster editable fields.
  • name field in column config repurposed to fetch the data instead of a unique key
  • Removed params key from column actions

Optimization

18 Jun 12:34
60ec8af

Choose a tag to compare

Merge pull request #40 from easeq/master

0.6.4

Fixed incorrect isEditing key to editing in table config

18 Jun 05:38
db86e63

Choose a tag to compare

Merge pull request #39 from easeq/master

Fixed incorrect isEditing key to editing in table config

Fixes

18 Jun 05:10
2809b9e

Choose a tag to compare

  • Fixed normalized row data not showing.
  • Fixed multiple table on same page fetches content for only one table.
  • Fixed export name typo (action to actions)
  • Fixed columns not resizing on toggle
  • Added entity config to README
  • Added table with normalized data

Fixed missing lodash imports

17 Jun 12:40

Choose a tag to compare

v0.6.1

Updated version