bencripps / react-redux-grid

A React Grid/Tree Component written in the Redux Pattern
http://react-redux-grid.herokuapp.com/
MIT License
446 stars 63 forks source link

For Tree View actions the total param is now passed along #206

Closed Amjcraft closed 6 years ago

Amjcraft commented 6 years ago

Much the same as Grid view, manually setting the results total from the datasource for a Tree view can very useful. Particularly in the case of paging when your paged data needs to reflect only parent/root elements.

codecov-io commented 6 years ago

Codecov Report

Merging #206 into master will decrease coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #206      +/-   ##
==========================================
- Coverage   75.72%   75.71%   -0.02%     
==========================================
  Files         111      111              
  Lines        5105     5107       +2     
  Branches      366      366              
==========================================
+ Hits         3866     3867       +1     
- Misses        961      962       +1     
  Partials      278      278
Impacted Files Coverage Δ
src/actions/GridActions.js 76.83% <100%> (+0.13%) :arrow_up:
src/reducers/actionHelpers/datasource.js 61% <100%> (-0.39%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 535ae6d...8a74854. Read the comment docs.

bencripps commented 5 years ago

This has been published under v5.6.0