practical-react-components icon indicating copy to clipboard operation
practical-react-components copied to clipboard

Table does not adapt to change in initialWidths

Open steabert opened this issue 4 years ago • 0 comments

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.

steabert avatar Sep 02 '21 06:09 steabert