Table Layout
Control table's dimentions with column sizing algorithm.
Usage:
@table layout-*;
Reference
shilp.config.jsconst shilpConfig = { source: "react", properties: { table: { layout: { property: "table-layout: <v><i>;", values: { auto: "auto", fixed: "fixed", }, }, }, }, }; export default shilpConfig;