smartTable icon indicating copy to clipboard operation
smartTable copied to clipboard

How to modify the font color of the table content and the header color of the specified column.

Open zhouqunhuang opened this issue 5 years ago • 1 comments

How to modify the font color of the table content and the header color of the specified column.

zhouqunhuang avatar Aug 20 '20 09:08 zhouqunhuang

You can look at this method, TableView.getConfig().setContentCellBackgroundFormat();

HonestMan123 avatar Oct 19 '20 08:10 HonestMan123