Kogenta Connect
DashboardsWidgets

Table Widgets

How table widgets work in Kogenta Connect dashboards.

Table widgets display query results in a familiar tabular format with rows and columns. They are ideal for exploring detailed data, reviewing individual records, and presenting structured information.

Kogenta Connect offers three table types:

  • Table - a standard data grid with rows and columns
  • Crosstab table - a matrix layout that cross-tabulates values across two dimensions
  • Pivot table - an interactive table for grouping, aggregating, and reorganizing data

Configuring a table

Data binding

  • Query - which workflow query provides the data
  • Columns - select which columns from the query to display

Column formatting

Each column in a table can be configured with:

  • Display name - override the column header with a custom label
  • Data type formatting - control how values are displayed (number formats, date formats, etc.)
  • Width - set column widths for optimal readability

Features

Sorting

Viewers can sort table data by clicking column headers. This provides an interactive way to explore the data without modifying the underlying query.

Pagination

Large result sets are paginated so that tables remain responsive. Viewers can navigate through pages to browse all records.

Use cases

  • Record-level detail - show individual transactions, customers, or events
  • Data exploration - let viewers sort and browse raw query output
  • Supplementary detail - pair with a chart or map to provide the underlying numbers

On this page