You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
onClick is on top of everything so anything you put inside the header div will be activated as soon as you click the cell, even the filter which is inside the header renderer
Video:
Monosnap.screencast.2024-06-06.08-43-19.mp4
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Expected behavior
Not sort the column
Environment
react-data-grid
version: ^7.0.0-beta.44react
/react-dom
version: ^18.2.0Additional context
The problem comes from this line
react-data-grid/src/HeaderCell.tsx
Line 279 in b667cec
onClick is on top of everything so anything you put inside the header div will be activated as soon as you click the cell, even the filter which is inside the header renderer
Video:
Monosnap.screencast.2024-06-06.08-43-19.mp4
The text was updated successfully, but these errors were encountered: