table-layout: fixed
Configuration
props.fixedMode
enables table-layout: fixed
Example
To achieve a scenario where one column has a fixed width and the remaining columns are evenly divided, we need to leverage the native table-layout: fixed behavior of equal column width distribution.
WARNING
This mode only affects StkTableColumn['width']
loading