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
{{ message }}
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
Currently, we are unable to provide row-level props (such as className to any AutoTable component, which is currently making things like customized row styling difficult.
I would like to have some level of access to the row component so that we may add custom props to each row element of a table.
📝 Notes & Discussions
Potential for refactor of AutoTable to require specifying the TableRow instead of simply providing child Fragment elements.
The text was updated successfully, but these errors were encountered:
cvburgess
changed the title
Allow AutoTable to accept row-level props
AutoTable: Support row-level props
May 6, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Currently, we are unable to provide row-level props (such as
className
to anyAutoTable
component, which is currently making things like customized row styling difficult.I would like to have some level of access to the row component so that we may add custom props to each row element of a table.
📝 Notes & Discussions
AutoTable
to require specifying theTableRow
instead of simply providing childFragment
elements.The text was updated successfully, but these errors were encountered: