You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the ´expandableRowGroups´ option of the DatabTable console component, it presents this error:
react-dom.development.js:86 Warning: Received `false` for a non-boolean attribute `unstyled`.
If you want to write it to the DOM, pass a string instead: unstyled="false" or unstyled={value.toString()}.
If you used to conditionally omit it with unstyled={condition && value}, pass unstyled={condition ? value : undefined} instead.
at svg
at http://localhost:5173/node_modules/.vite/deps/primereact_datatable.js?v=c26ac845:9214:22
at button
at http://localhost:5173/node_modules/.vite/deps/primereact_datatable.js?v=c26ac845:12238:20
at td
at tr
at tbody
at http://localhost:5173/node_modules/.vite/deps/primereact_datatable.js?v=c26ac845:12306:20
at table
at http://localhost:5173/node_modules/.vite/deps/primereact_datatable.js?v=c26ac845:5388:20
at div
at div
at http://localhost:5173/node_modules/.vite/deps/primereact_datatable.js?v=c26ac845:15535:25
at div
at Box (http://localhost:5173/@fs/C:/laragon/www/orangesix/react/src/box/box.tsx:18:23)
at Table (http://localhost:5173/@fs/C:/laragon/www/orangesix/react/src/table/table.tsx?t=1722883169941:30:43)
at div
at Box (http://localhost:5173/@fs/C:/laragon/www/orangesix/react/src/box/box.tsx:18:23)
at Core
Nandovga
changed the title
Replace_With_Component_Name: Brief_Bug_Description
DataTable - expandableRowGroups
Aug 5, 2024
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Aug 5, 2024
Describe the bug
When using the ´expandableRowGroups´ option of the DatabTable console component, it presents this error:
Reproducer
No response
System Information
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: