Skip to contents

Create a TableRow component

Usage

calcite_table_row(...)

Arguments

...

named attributes passed to htmltools::tag()

Value

an object of class calcite_component which is a subclass of shiny.tag

Details

Properties

The following properties are provided by this component:

NameAttributeDescriptionValuesReflects to Attribute
alignmentalignmentSpecifies the alignment of the component."center" | "end" | "start"TRUE
disableddisabledWhen true, interaction is prevented and the component is displayed with lower opacity.booleanTRUE
selectedselectedWhen true, the component is selected.booleanTRUE

Events

The following events are observed by shiny:

EventDescription
calciteTableRowSelectFires when the selected state of the component changes.

Slots

The following slots are provided by this component:

SlotDescription
Default (unnamed)A slot for adding calcite-table-cell or calcite-table-header elements.

Examples

calcite_table_row()
#> <calcite-table-row></calcite-table-row>