package models
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class ButtonAction(text: String, onClick: (String) => Future[_]) extends Product with Serializable
- text
button label that's going to be displayed in react-admin
- onClick
this callback has the resource ID of the clicked element
- case class Column(name: String, type: ColumnType, disabled: Boolean, filterable: Boolean) extends Product with Serializable
- sealed trait ColumnType extends Product with Serializable
- case class DataExplorerSettings(actions: List[TableAction] = List.empty) extends Product with Serializable
- case class TableAction(tableName: String, actions: List[ButtonAction]) extends Product with Serializable
Value Members
- object ColumnType extends Serializable