Currently we use the SkeletonTable very barebones, by only setting the rows and columns, but there are more props[0] that could be set to make the SkeletonTable match the visual appearance of the actual table.
For this we should
In the course of this change we could also look into exposing enabled features via the context to make them easily accessible anywhere in the table.
[0] https://www.patternfly.org/component-groups/status-and-state-indicators/skeleton-table/#props
Currently we use the
SkeletonTablevery barebones, by only setting the rows and columns, but there are more props[0] that could be set to make theSkeletonTablematch the visual appearance of the actual table.For this we should
isExpandableif the table has a details componentisSelectableif bulk select is enabledvariant(compact or not)selectVariant(radio/checkbox)In the course of this change we could also look into exposing enabled features via the context to make them easily accessible anywhere in the table.
[0] https://www.patternfly.org/component-groups/status-and-state-indicators/skeleton-table/#props