-
Notifications
You must be signed in to change notification settings - Fork 552
Is there a way to specify a "colspan"-like attribute for rows? #179
Comments
@cosminnicula currently there isn't a way to specify a colspan-like attribute on the row level, but this may be a feature for a future release. Sorry :( |
This would be very useful for headers of related columns. |
This would indeed be VERY useful! :-) |
+1 |
Trying to imagine a possible implementation for this feature. Let's start with the API:
The signature of the function will be: Let's see below how the API could look like:
Also, let's see how the implementation could look like:
@ehzhang am I too far from what this should look like? |
+1 |
+1. Did you ever give your implementation a try @cosminnicula? I will need to fork and implement this myself if no one have done this already. |
Judging by the commit history, fixed-data-table seems to have been abandoned. (Last commit is over 5 months old.) If anyone would be interested in adding col-span support to react-virtualized's |
@bvaughn I noticed that too, however, the |
No worries! I would actually expect adding colspan support to |
@Bazze I gave up the idea since some other things got prioritized. Nevertheless, it would be interesting to see this feature in a future release of |
So, any updates on DataTable colspan? |
Bumping up this issue. It's been almost a year without any follow up. |
See #468. |
it's good |
probably it may help you 👉 |
Given this JSBin example http://goo.gl/TyxoBX, I want to specify a colspan-like attribute for the first row. Is there a way to do it?
The text was updated successfully, but these errors were encountered: