Closed gavinorland closed 6 years ago
In the Table component it looks like TableHeading is set up to receive rowHeading and columnCount props but doesn't actually do anything with them - I'm wondering if this functionality can be removed.
Table
TableHeading
rowHeading
columnCount
They are used when styling TableHeading for how width gets derived.
width
In the
Table
component it looks likeTableHeading
is set up to receiverowHeading
andcolumnCount
props but doesn't actually do anything with them - I'm wondering if this functionality can be removed.