Happy-Coding-Clans / vue-easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
https://happy-coding-clans.github.io/vue-easytable/
MIT License
3.69k stars 738 forks source link

行内样式问题 #113

Closed Zzeo closed 3 years ago

Zzeo commented 6 years ago

image

如上图,通过配置写的一些样式难以修改。 列如:在表格的的一行内,我想要居中对齐的字体为红色,居左的为蓝色。 能写成类名控制样式吗?而不是直接把样式写在行内。 image

huangshuwei commented 6 years ago

可以通过设置单元格样式实现,具体可参考 http://doc.huangsw.com/vue-easytable/app.html#/table/cellStyle

当然table组件内部行内样式,后面我也优化下,改为 class 的形式