1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

Update documentation of table cell schema options

This commit is contained in:
Andrew Kingston 2022-02-21 16:06:38 +00:00
parent ef66c5f2d0
commit b41c1ad6b3

View file

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