-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Provide a general summary of the feature here
It would be very useful to be able to set colSpan for the td element rendered by Cell.
It is used to make a cell fill more than one column for special table layouts.
🤔 Expected Behavior?
colSpan prop is in Cell prop types and the prop is passed to td.
😯 Current Behavior
colSpan prop is not passed to td.
💁 Possible Solution
Pass colSpan to td. I tried to hack this by modifying DOM directly and it worked.
🔦 Context
We would use it for displaying a error message inside the table. It should be horizontally centered and fill all the columns.
💻 Examples
No response
🧢 Your Company/Team
No response
🕷 Tracking Issue
No response
snorrid and Mdelacruzmeloihaback, Elyasthr, netzfluencer, nnmax, edlynvillegas and 2 more
Metadata
Metadata
Assignees
Labels
No labels