TableView.getCellStyle

Companion delegate to getData that allows you to custom style each cell of the table.

class TableView
CellStyle delegate(int row, int column) getCellStyle;

Return Value

A CellStyle structure that describes the desired style for the given cell. return CellStyle.init if you want the default style.

Meta

History

Added November 27, 2021 (dub v10.4)