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
I'm trying to use the size prop in PrimeReact's TreeTable component, but it's not having any effect. The TypeScript type indicates that the size prop should accept a number, but when I pass a value like size={10}, there's no noticeable difference in the table.
I even tried this in the official Prime React TreeTable Basic example example on StackBlitz, using the basic usage demo, but still no effect. Here's my code based on that example:
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
Sep 28, 2024
melloware
changed the title
PrimeReact TreeTable size prop not working, even in official StackBlitz example
TreeTable: size prop not working, even in official StackBlitz example
Sep 28, 2024
I'm trying to use the size prop in PrimeReact's TreeTable component, but it's not having any effect. The TypeScript type indicates that the size prop should accept a number, but when I pass a value like size={10}, there's no noticeable difference in the table.
I even tried this in the official Prime React TreeTable Basic example example on StackBlitz, using the basic usage demo, but still no effect. Here's my code based on that example:
The text was updated successfully, but these errors were encountered: