-
Notifications
You must be signed in to change notification settings - Fork 934
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
Add setCellHeaderProps
#871
Comments
Hi. I would like to start working on that . Could you pls assign me to this issue? |
There is already a PR open for this feature, so I have to check on the status of that. |
Would it not make sense for
|
Has any progress been made on this? |
Yes, this feature has been added as of 2.13.0, but |
Add
setCellHeaderProps
just like howsetCellProps
is there already.Expected Behavior
setCellHeaderProps
should work the same assetCellProps
. It should be passing those props to the underlyingTableCell
. With this feature one can style the header cell just like the rest of the cells.Current Behavior
Does not exist for header cells (only for normal cells through
setCellProps
).(feature request created as of discussion in #400)
The text was updated successfully, but these errors were encountered: