adazzle / react-data-grid

Feature-rich and customizable data grid React component
https://adazzle.github.io/react-data-grid/
Other
6.93k stars 2.18k forks source link

Fix drag handle position when frozen column is resized #3352

Closed amanmahajan7 closed 1 year ago

amanmahajan7 commented 1 year ago

Fixes https://github.com/adazzle/react-data-grid/issues/3351

codecov[bot] commented 1 year ago

Codecov Report

Merging #3352 (15b4b16) into main (c609bcb) will increase coverage by 0.03%. The diff coverage is 84.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3352 +/- ## ========================================== + Coverage 82.87% 82.90% +0.03% ========================================== Files 47 47 Lines 5052 5061 +9 Branches 782 788 +6 ========================================== + Hits 4187 4196 +9 Misses 865 865 ``` | [Files](https://app.codecov.io/gh/adazzle/react-data-grid/pull/3352?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=adazzle) | Coverage Δ | | |---|---|---| | [src/DataGrid.tsx](https://app.codecov.io/gh/adazzle/react-data-grid/pull/3352?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=adazzle#diff-c3JjL0RhdGFHcmlkLnRzeA==) | `88.74% <100.00%> (+0.11%)` | :arrow_up: | | [src/hooks/useCalculatedColumns.ts](https://app.codecov.io/gh/adazzle/react-data-grid/pull/3352?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=adazzle#diff-c3JjL2hvb2tzL3VzZUNhbGN1bGF0ZWRDb2x1bW5zLnRz) | `96.56% <100.00%> (-0.04%)` | :arrow_down: | | [src/DragHandle.tsx](https://app.codecov.io/gh/adazzle/react-data-grid/pull/3352?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=adazzle#diff-c3JjL0RyYWdIYW5kbGUudHN4) | `71.42% <33.33%> (ø)` | |