react-data-grid
react-data-grid copied to clipboard
Feat add cellRenderer
#2937
This pr will fix small issue with losing className prop, it's also implement more gained control over table rendering
please take a look
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.24%. Comparing base (
b75158a) to head (333d30f).
:exclamation: Current head 333d30f differs from pull request most recent head 1509ffc
Please upload reports for the commit 1509ffc to get more accurate results.
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
| Files | Coverage Δ | |
|---|---|---|
| src/Cell.tsx | 93.93% <100.00%> (-6.07%) |
:arrow_down: |
| src/DataGrid.tsx | 88.34% <100.00%> (-11.01%) |
:arrow_down: |
| src/Row.tsx | 96.58% <100.00%> (-3.42%) |
:arrow_down: |
| src/index.ts | 100.00% <100.00%> (ø) |
@amanmahajan7 @nstepien @Wroud
What's the status on this PR? I'd love this feature, I'm happy to do the rest of work if there's anything left.
Completed in https://github.com/adazzle/react-data-grid/pull/3621