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(table): solve a table column ordering problem #1171

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

mlmoravek
Copy link
Member

@mlmoravek mlmoravek commented Jan 30, 2025

Fixes #1160

Proposed Changes

  • Update the data-id property of the root template of the TableColumn component to follow the convention that allows proper columns to be sorted by template order by the useParentProvider composable.

@mlmoravek mlmoravek added the bug Something isn't working label Jan 30, 2025
Copy link

netlify bot commented Jan 30, 2025

Deploy Preview for oruga-documentation-preview ready!

Name Link
🔨 Latest commit 99e4fe9
🔍 Latest deploy log https://app.netlify.com/sites/oruga-documentation-preview/deploys/679b9bcf5349880008aaa88c
😎 Deploy Preview https://deploy-preview-1171--oruga-documentation-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mlmoravek mlmoravek merged commit ccae595 into develop Jan 30, 2025
11 checks passed
@mlmoravek mlmoravek deleted the bug/1160/table/column-order branch January 30, 2025 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

On OTable, column order not working as expected when creating dynamic columns
1 participant