practical-react-components
practical-react-components copied to clipboard
Table does not adapt to change in initialWidths
When initialWidths prop changes, the table does not adapt to this change (e.g. number of columns). This can happen when the number of columns isn't known when rendering the table, and the rendering is not delayed in order to show something during a loading phase.