We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the "hybrid" mode, I have found that some elements in the TreeTable component are missing classes. So far I have found the following:
p-treetable-column-sorted
No response
https://stackblitz.com/edit/qwyvxgt1?file=src%2FApp.vue
Check the StackBlitz
3.5.13
4.3.1
nav
They should have classes assigned to them.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When using the "hybrid" mode, I have found that some elements in the TreeTable component are missing classes. So far I have found the following:
p-treetable-column-sorted
that should exist but doesn't get appliedPull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/qwyvxgt1?file=src%2FApp.vue
Environment
Check the StackBlitz
Vue version
3.5.13
PrimeVue version
4.3.1
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
nav
element doesn't have a class assigned to itp-treetable-column-sorted
class assigned to itExpected behavior
They should have classes assigned to them.
The text was updated successfully, but these errors were encountered: