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

fix responsive table on resize #5771

Merged
merged 1 commit into from
Feb 13, 2025
Merged

Conversation

pxpm
Copy link
Contributor

@pxpm pxpm commented Feb 13, 2025

WHY

fixes #5755

BEFORE - What was wrong? What was happening before this PR?

After the datatables resize plugin did the work and the first column was hidden, we didn't moved the responsive controls to a visible column, so they just "disappeared" with the hidden column.

AFTER - What is happening after this PR?

The responsive controls are always moved to the first visible column.

HOW

How did you achieve that, in technical terms?

By using javascript to move the buttons after the resize happened.

Is it a breaking change?

No

@pxpm pxpm merged commit b581e36 into main Feb 13, 2025
11 checks passed
@pxpm pxpm deleted the fix-responsive-controls-on-table-resize branch February 13, 2025 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

[Bug] Separate responsive controls from first column contents not showing
1 participant