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(T32651): Vue migration: adjust Header to work with DpDataTable template-based component #280

Merged

Conversation

sakutademos
Copy link
Contributor

@sakutademos sakutademos commented Jun 7, 2023

Ticket: https://yaits.demos-deutschland.de/T19759

Description: This code defines three methods: toggleExpandAll, toggleSelectAll, and toggleWrapAll.

  • toggleExpandAll emits the event 'toggle-expand-all' using $emit
  • toggleSelectAll emits the event 'toggle-select-all' using $emit
  • toggleWrapAllemits the event 'toggle-wrap-all' using $emit

Important: This PR depends on #230 and can only be merged after PR #230 is merged.

@sakutademos sakutademos self-assigned this Jun 7, 2023
@sakutademos sakutademos changed the title fix(T32651): adjust DpTableHeader to work with DpDataTable template-b… Fix(T32651): adjust Header to work with DpDataTable template-based component Jun 7, 2023
@sakutademos sakutademos changed the title Fix(T32651): adjust Header to work with DpDataTable template-based component Fix(T32651): Vue migration: adjust Header to work with DpDataTable template-based component Jun 7, 2023
Copy link
Contributor

@salisdemos salisdemos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

absolutely. makes sense

@sakutademos sakutademos merged commit 3984d5b into main Jun 9, 2023
@sakutademos sakutademos deleted the f_T32651_adjust_DpTableHeader_to_work_with_DpDataTable branch June 9, 2023 14:10
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