setColumnRequired
open fun setColumnRequired(tableId: String, columnId: String, value: Boolean, collectionId: String? = null)
Set the required state of a table column. tableId is the table field id (or schema id when collectionId is set). Dispatched when a column's requiredLogic resolves to a new value. Triggers table state update so validation and UI recompose.