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

Feature: DataGrid.onCellKeyDown

Open amanmahajan7 opened this issue 3 years ago • 1 comments

Add a new DataGrid.onCellKeyDown prop. The following props have been removed

  • cellNavigationMode
  • editorOptions.onCellKeyDown
  • editorOptions.onNavigation

Fixes https://github.com/adazzle/react-data-grid/issues/2724 https://github.com/adazzle/react-data-grid/issues/2520 https://github.com/adazzle/react-data-grid/issues/2463 https://github.com/adazzle/react-data-grid/issues/2377 https://github.com/adazzle/react-data-grid/issues/1715

amanmahajan7 avatar Feb 17 '22 12:02 amanmahajan7

Codecov Report

Merging #2833 (1141290) into main (fa2f98d) will decrease coverage by 0.24%. The diff coverage is 91.66%.

@@            Coverage Diff             @@
##             main    #2833      +/-   ##
==========================================
- Coverage   96.22%   95.98%   -0.25%     
==========================================
  Files          38       38              
  Lines        1244     1244              
  Branches      391      388       -3     
==========================================
- Hits         1197     1194       -3     
- Misses         47       50       +3     
Impacted Files Coverage Δ
src/DataGrid.tsx 93.95% <85.00%> (-0.50%) :arrow_down:
src/EditCell.tsx 100.00% <100.00%> (ø)
src/utils/selectedCellUtils.ts 96.49% <100.00%> (-0.44%) :arrow_down:

codecov[bot] avatar Feb 17 '22 12:02 codecov[bot]