Description
For example to set a column style, the following are possible:
defaultColumnStyle(minimalColumnStyle()) defaultColumnStyle(allColumnStyle())
Set to prettyColumnStyle but you also want all reference fields: defaultColumnStyle(prettyColumnStyle(allReferenceFields = TRUE))
Use defaultColumnStyle() without an argument to get the current default style object.
Usage
defaultColumnStyle(style)
Arguments
Argument | Description |
---|---|
style |
the style object to set as the default style for column created with a helper function such as idColumnStyle , prettyColumnStyle , minimalColumnStyle or allColumnStyle . |