ColumnSettingsResponse

data class ColumnSettingsResponse(val column: String, val visible: Boolean)

The persistent settings for a table's columns.

Constructors

Link copied to clipboard
fun ColumnSettingsResponse(column: String, visible: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The id of the column.

Link copied to clipboard

Whether the column should be visible on page load.