-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Tailwind: Under DataTable theming props.frozenRow
but are not DataTableProps
#5288
Comments
Wait but they are datatable props not column props? |
Sorry please start tickets like this with Tailwind: so I know it's tailwind related! Do you want to submit a PR? |
props.showGridlines
and props.frozenRow
but are not ColumnPropsprops.showGridlines
and props.frozenRow
but are not ColumnProps
props.showGridlines
and props.frozenRow
but are not ColumnPropsprops.frozenRow
but are not DataTableProps
Reverted this. Frozen Table: primereact/components/lib/datatable/DataTable.js Line 1617 in 45fdd70
Non Frozen Table: primereact/components/lib/datatable/DataTable.js Line 1685 in 45fdd70
|
Describe the bug
Under DataTable theming
props.frozenRow
Are not part of
DataTableProps
therefore cannot be used.Reproducer
No response
PrimeReact version
10.0.9
React version
18.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
Should part of ColumnProps
props.showGridlines
andprops.frozenRow
The text was updated successfully, but these errors were encountered: