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

Datatable: Missing rowGroupToggler and rowGroupTogglerIcon #6903

Closed
ivanpajon opened this issue Jul 18, 2024 · 0 comments · Fixed by #6904, leoo1992/GeradorQRCode#80 or leoo1992/GeradorQRCode#85 · May be fixed by mtech-31-quemistry/quemistry_client_web#20
Assignees
Labels
Component: Unstyled Issue related to unstyled/passthrough attributes
Milestone

Comments

@ivanpajon
Copy link
Contributor

Describe the bug

Interface DataTablePassThroughOptions is missing definitions for rowGroupToggler and rowGroupTogglerIcon. Also, unstyled mode was not propagated properly through this components.

Reproducer

https://stackblitz.com/edit/thagw6?file=src%2FApp.tsx

PrimeReact version

10.7.0

React version

18.x

Language

TypeScript

Build / Runtime

Next.js

Browser(s)

No response

Steps to reproduce the behavior

  1. Go to reproducer
  2. Inspect any toggle button from rows in datatable
  3. You should see classes ROW_GROUP_TOGGLER and ROW_GROUP_TOGGLER_ICON applied to rowgrouptoggler and rowgrouptogglericon
    image

Expected behavior

Classes ROW_GROUP_TOGGLER and ROW_GROUP_TOGGLER_ICON applied to rowgrouptoggler and rowgrouptogglericon
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment