Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUGFIX: Selection header column is shows behind other header columns when scrolling with resize #703

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

radui1398
Copy link

@radui1398 radui1398 commented Mar 27, 2025

I've added z-index: 1 to the selection column in the table header. The missing z-index was causing issues when combined with the table's column resize feature.

Mentions:

  • "yarn format" formatted the DataTable.css file also
  • I've added the row selection feature in the complex example on the resize feature

Before:
Captură de ecran din 2025-03-27 la 18 39 45

After:
Captură de ecran din 2025-03-27 la 19 10 43

…cells with resize to go over the selector cell
Copy link

codesandbox bot commented Mar 27, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants