1
0
Fork 0
mirror of synced 2024-06-17 18:04:42 +12:00

Add compact setting to table block

This commit is contained in:
Andrew Kingston 2022-02-21 15:45:39 +00:00
parent c701151bae
commit b93546e958
2 changed files with 7 additions and 0 deletions

View file

@ -2963,6 +2963,11 @@
"label": "Quiet table variant",
"key": "quiet"
},
{
"type": "boolean",
"label": "Compact",
"key": "compact"
},
{
"type": "boolean",
"label": "Show auto columns",

View file

@ -16,6 +16,7 @@
export let showAutoColumns
export let rowCount
export let quiet
export let compact
export let size
export let linkRows
export let linkURL
@ -162,6 +163,7 @@
showAutoColumns,
rowCount,
quiet,
compact,
size,
linkRows,
linkURL,