updateTextAttrs({ color: value })"
/>
updateTextAttrs({ backcolor: value })"
/>
updateTextAttrs({ align: value as 'left' | 'center' | 'right' })"
>
启用主题表格:
toggleTheme(value)"
/>
updateTheme({ rowHeader: value })"
:value="theme.rowHeader"
style="flex: 1;"
>标题行
updateTheme({ rowFooter: value })"
:value="theme.rowFooter"
style="flex: 1;"
>汇总行
updateTheme({ colHeader: value })"
:value="theme.colHeader"
style="flex: 1;"
>第一列
updateTheme({ colFooter: value })"
:value="theme.colFooter"
style="flex: 1;"
>最后一列
主题颜色:
updateTheme({ color: value })"
/>