Releases: flipbyte/redux-datatable
Releases · flipbyte/redux-datatable
Bug fixes
- 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
- 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
Merge pull request #45 from easeq/master Minor fixes and changes
v0.7.2: Merge pull request #44 from easeq/master
Fixes
Optimized table
- 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
indexFieldin column and used single primaryKey at the top level. - Faster mass selection
- Faster table without windowing.
- Faster editable fields.
namefield in column config repurposed to fetch the data instead of a unique key- Removed
paramskey from column actions
Optimization
Merge pull request #40 from easeq/master 0.6.4
Fixed incorrect isEditing key to editing in table config
Merge pull request #39 from easeq/master Fixed incorrect isEditing key to editing in table config
Fixes
Fixed missing lodash imports
v0.6.1 Updated version