Browse Source

Update documentation of table cell schema options

pull/4608/head
Andrew Kingston 5 years ago
parent
commit
b41c1ad6b3
  1. 4
      packages/bbui/src/Table/Table.svelte

4
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 = {}

Loading…
Cancel
Save