Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow expanding a row when it is clicked #279

Merged
merged 1 commit into from
Oct 16, 2019

Conversation

jbetancur
Copy link
Owner

Closes #248

@jbetancur jbetancur self-assigned this Oct 16, 2019
@codecov
Copy link

codecov bot commented Oct 16, 2019

Codecov Report

Merging #279 into master will increase coverage by 0.76%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #279      +/-   ##
==========================================
+ Coverage   98.49%   99.25%   +0.76%     
==========================================
  Files          41       41              
  Lines         399      404       +5     
  Branches       84       86       +2     
==========================================
+ Hits          393      401       +8     
+ Misses          5        3       -2     
+ Partials        1        0       -1
Impacted Files Coverage Δ
src/DataTable/DataTable.js 100% <ø> (ø) ⬆️
src/DataTable/propTypes.js 87.5% <ø> (+12.5%) ⬆️
src/DataTable/TableRow.js 100% <100%> (+5.4%) ⬆️

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 d82ae8b...494263d. Read the comment docs.

@jbetancur jbetancur force-pushed the feature/248-expand-on-row-clicked branch from d050b65 to 494263d Compare October 16, 2019 03:42
@jbetancur jbetancur merged commit 7f8e00c into master Oct 16, 2019
@jbetancur jbetancur deleted the feature/248-expand-on-row-clicked branch October 16, 2019 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

expand on row clicked
1 participant