建立CellStyleGenerator 的自訂化實作
public class ExGoodsTableColorCellStyleGenerator implements CellStyleGenerator {
@Override
public String getStyle(Object itemId, Object propertyId) {
return "v-table-cell-content"; // 設定你style.css 內指定的設定
}
}
使用方式
table.setCellStyleGenerator(new ExGoodsTableColorCellStyleGenerator());
沒有留言:
張貼留言