Using table objects
Table visualizations provide a way to present the contents of data tables in a direct manner. You can present summary information be attaching a table's valueTable property to an entire data table, or you can present a specified subset of data table rows and columns by using the filter fields of the Attach to Apama dialog.
Attach the
valueTable property to a DataView item table in order to create an instance summary table.
Attach the property to a correlator status table in order to display information about each of the correlators that a DataView connects to.
Attach the property to a trend or OHLC tables in order to create a tabular display of all the changes to a variable or OHLC values over time.
Double-click Summary Table on the tutorial main page to see a table object.
Table objects support typical table operations such as sorting and column ordering:
Double-click the header of a column to sort by the column's values. In the table shown above, users can double-click the
Price column to sort the entries by price.
Click a column header and drag it to reorder columns.
Sorting large tables can impact dashboard performance, particularly for display server deployments. Clear the property showSortIconFlag to disable sorting.
Detailed reference information on tables is provided in
Table Objects.