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

Fixed typo by replacing Selected to onSelectedRowsChange in README.md #817

Merged
merged 1 commit into from
Jun 11, 2021

Conversation

patrice
Copy link
Contributor

@patrice patrice commented Jun 11, 2021

I think onSelectedRowsChange is the correct property to use to access the selected rows (rather than Selected).

Also, I removed the * binary in .gitattributes since it was preventing me from seeing text file diffs. I think the * binary line was intended for .gitignore. When used in .gitattributes, it means all files get checked out as type binary and git doesn't show diffs for binary files.

…t as binary so git no longer shows proper diffs (since it doesn't show diffs for binary files). I think this was intended for .gitignore (not sure that's the right format though). Fixed minor issue in README.md for how to access selected rows.
@codecov
Copy link

codecov bot commented Jun 11, 2021

Codecov Report

Merging #817 (4c76241) into next (61b1d3f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             next     #817   +/-   ##
=======================================
  Coverage   26.08%   26.08%           
=======================================
  Files          42       42           
  Lines         897      897           
  Branches      328      328           
=======================================
  Hits          234      234           
  Misses        659      659           
  Partials        4        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 61b1d3f...4c76241. Read the comment docs.

@jbetancur jbetancur self-assigned this Jun 11, 2021
@jbetancur
Copy link
Owner

NICE catch!

@jbetancur
Copy link
Owner

note the build is failing due to a TS issue I am working on, so we can merge this in. Thanks for the PR!

@jbetancur jbetancur merged commit a3ec963 into jbetancur:next Jun 11, 2021
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.

None yet

2 participants