Creates a table component.
Creates a table component. More: Bootstrap Docs.
A single element's type in the items sequence.
A type of a property containing an element in the items sequence.
Elements which will be rendered as the table rows.
If defined, the table will be horizontally scrollable on selected screen size.
Switch table to the dark theme.
Turn on zebra-striping.
Add vertical borders.
Removes all borders.
Highlight row on hover.
Makes table more compact.
An id of the root DOM node.
Creates row representation of the table element - it should create the tr tag.
Use the provided interceptor to properly clean up bindings inside the content.
Creates table header - it should create the tr tag.
Table without header will be rendered if None passed.
Use the provided interceptor to properly clean up bindings inside the content.
Creates table caption - the result will be wrapped into the caption tag.
Table without caption will be rendered if None passed.
Use the provided interceptor to properly clean up bindings inside the content.
A UdashTable component, call render to create a DOM element.