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
Is your feature request related to a problem? Please describe.
I'd like to be able to set a footer for my row selection column.
Describe the solution you'd like
I'd like a property like selectionCheckboxProps that would allow me to pass data to the selection column.
Something like
Is your feature request related to a problem? Please describe.
I'd like to be able to set a footer for my row selection column.
Describe the solution you'd like
I'd like a property like
selectionCheckboxProps
that would allow me to pass data to the selection column.Something like
Note how I think it would be useful to pass the original column as argument to extend its base behaviour instead of overriding it.
Describe alternatives you've considered
Implementing the selection column myself instead of using the built in one.
Additional context
The text was updated successfully, but these errors were encountered: