properties
changelog

Table Layout

Control table's dimentions with column sizing algorithm.

Usage:

  • @table layout-*;

Reference

shilp.config.js
const shilpConfig = {
	source: "react",

	properties: {
		table: {
			layout: {
				property: "table-layout: <v><i>;",
				values: {
					auto: "auto",
					fixed: "fixed",
				},
			},
		},
	},
};

export default shilpConfig;