Used as

  • Card


Summary

This card can display the EnhancedBoundTable. You can parameter it in the same way. It can handles relative query.


Implementation

There are two ways to add it to the FlexView:

  • Add a card from the settings bar, and choose in the list EnhancedBoundTable
  • Or drag&drop it from the palette

Select some aspects to display


Flex Widget Properties

  • Hyperlink: Indicates the relative path (slot: scheme) to open the target when double clicking on a line by binding to the target component (e.g. to open the parent component: 'slot:../').
  • HyperlinkMode: Indicates how hyperlink will open, (replace, new shell, modal, new tab).
  • Query: BQL query to resolve. The query can be defined from a path in the station or be relative. The EnhancedBoundTable is compatible with the following schemes:
  • Row Count: Specifies the number of rows visible by default (-1 to display all).
  • Show Column Selector: Displays a button to manage the visible columns. This allows you to directly hide some of the table columns.
  • Show Exporting: Displays the export button (this feature is only available in the browser). It allows data to be exported in CSV or PDF, to print the table or to copy its contents into the clipboard.
  • Show Info: Whether information on the number of lines is displayed or not.
  • Show Row Count Selector: Displays a drop-down menu to change the number of visible rows.
  • Show Searching: Displays the search field to filter the values in the table. 
  • Show Custom Search Builder: Displays the enhanced search field, a complex request builder.
  • Show Selection: Displays a column of checkboxes to select lines. Useful with some other cards (ex: MultiPointCommands)
  • Show Table Calculator: Show a footer with the sum of the rows added in the "Table Calculator Columns" fields.
  • Table Calculator Columns: Name of the column with Sum computed. (case and accent sensitive).


Note you can use some SFormat in the query: history: {origin.child('history:HistoryExt').child('historyConfig').child('id')} |bql:select timestamp, value