com.ergotech.vib.graphics.BootstrapTable
The BootstrapTable graphic is a More Layout table graphic used to display row-and-column data in a table format.
BootstrapTable is useful when an application needs to show changing table-style values from logic or a data source.
BootstrapTable expects two-dimensional or table-shaped data.
BootstrapTable supports table-style input through valueInput and updateDisplayedValue.
Two-dimensional or table-shaped values update the displayed table contents.
BootstrapTable works with TwoDimensionalDataSource.
ArrayDataSource is not appropriate for BootstrapTable because BootstrapTable expects row-and-column table-shaped data.
BootstrapTable includes PrimaryOutPort.
The output behavior depends on table interaction and the current configuration.
BootstrapTable displays data in a styled table.
BootstrapTable-specific settings include:
BootstrapTable is designed for table-shaped data.
A TwoDimensionalDataSource can update BootstrapTable with changing row-and-column values.
Array-style data does not provide the same row-and-column structure and does not display correctly in BootstrapTable.
In the Logic Editor, BootstrapTable includes these default ports:
The updateDisplayedValue port updates the displayed table values from another source.
The valueInput port also updates the displayed table values from another source.
The PrimaryOutPort provides table output behavior when supported by the current interaction or configuration.
Use BootstrapTable when row-and-column table data needs to be displayed.
Use TwoDimensionalDataSource or another table-shaped source when testing BootstrapTable.
Do not use ArrayDataSource for BootstrapTable. Use ArrayDataSource with list-style graphics or charts that support array input.
For general graphic behavior, see Active Graphic.