react-data-grid icon indicating copy to clipboard operation
react-data-grid copied to clipboard

Feat add cellRenderer

Open Wroud opened this issue 3 years ago • 3 comments

#2937

Wroud avatar Jun 29 '22 09:06 Wroud

This pr will fix small issue with losing className prop, it's also implement more gained control over table rendering please take a look

Wroud avatar Apr 17 '23 12:04 Wroud

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%> (ø)

... and 34 files with indirect coverage changes

codecov[bot] avatar Sep 12 '23 10:09 codecov[bot]

@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.

Liooo avatar Oct 16 '24 00:10 Liooo

Completed in https://github.com/adazzle/react-data-grid/pull/3621

amanmahajan7 avatar Nov 11 '24 23:11 amanmahajan7