This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 222
Support colspan and rowspan #84
Comments
Closed
@glittershark I'm trying to include a full-width |
Hi @glittershark is colSpan supported already in Reactable? |
@glittershark What about that feature? I have the same issue like @gregeinfrank over one year ago. |
Yep, What about this feature? |
+1 we need it to this beautiful table |
+1 to this! |
cklab
added a commit
to cklab/reactable
that referenced
this issue
Dec 27, 2017
- glittershark#309 provide row values to sortFunction - support filtering on all rows - support sorting by columns that do not specify a rowSpan - Specify column when warning about missing data property for TD - allow user to display a custom component when table has no children - glittershark#353 - allow other react components besides Td within Tr - support for components that ultimately resolve to a Td to be rendered in a Tr component - glittershark#84 - colspan support - prevent handleClick prop from making it to rendered component
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Reactable should support table cells with
colspan
androwspan
. We need to figure out how these cells are filtered and sorted, how they're displayed when one but not all of the related rows are present, etc.See #83 for the original impetus for this.
The text was updated successfully, but these errors were encountered: