tableRef

@Composable
fun IComponent.tableRef(className: String? = null, id: String? = null, content: @Composable ITable.() -> Unit = {}): Table

Creates a Table component, returning a reference.

Return

the Table component reference

Parameters

className

the CSS class name

id

the ID attribute of the component

content

the content of the component