From 8b08ef428ddcc6e3533014c686d5662bb3940d4a Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Mon, 21 Feb 2022 16:06:38 +0000 Subject: [PATCH] Update documentation of table cell schema options --- packages/bbui/src/Table/Table.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/bbui/src/Table/Table.svelte b/packages/bbui/src/Table/Table.svelte index 6a4f2ebf40..e89b4e849a 100644 --- a/packages/bbui/src/Table/Table.svelte +++ b/packages/bbui/src/Table/Table.svelte @@ -16,6 +16,10 @@ * editable: Set to false to disable editing a certain column if the * allowEditColumns prop is true * width: the width of the column + * align: the alignment of the column + * template: a HBS or JS binding to use as the value + * background: the background color + * color: the text color */ export let data = [] export let schema = {}