-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Feat add cellRenderer #2942
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
Feat add cellRenderer #2942
Conversation
|
This pr will fix small issue with losing |
amanmahajan7
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We also need tests for the renderCell prop
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2942 +/- ##
===========================================
- Coverage 98.21% 83.24% -14.98%
===========================================
Files 47 47
Lines 5098 4953 -145
Branches 724 763 +39
===========================================
- Hits 5007 4123 -884
- Misses 91 830 +739
|
|
@amanmahajan7 @nstepien @Wroud What's the status on this PR? |
* Feat cell renderer * chore: rename cellRenderer -> renderCell * chore: codestyle * chore: add renderCell tests and readme * chore: pr review fixes * fix typo * Refactor setupProvider function signature in renderers.test.tsx * fix typing * allow passing style to cellRenderer * use object spread operator --------- Co-authored-by: Aleksey Potsetsuev <[email protected]> Co-authored-by: sergeyteleshev <[email protected]>
|
Completed in #3621 |
#2937