renderValue

abstract var renderValue: (columnId: String) -> Any?(source)

Renders the value for the row in a given columnId the same as getValue, but will return the renderFallbackValue if no value is found. API Docs Guide