# Kirby table-field A Table Field for Kirby V3  ## Usage As any Kirby field: ```yaml fields: table: label: table type: table maxColumns: 42 minColumns: 5 ``` Options are not required. Defaults are: ```yaml maxColumns: 10 minColumns: 2 ``` Content is structured like an yaml array In your template you can simply use the function ```toTable()``` Example: ```php table()->toTable(); ?>
= $tableCell; ?> |