Tables

Basic Table

The Basic Table is a read-only table component designed to visualize structured, historical data stored in an external database.

It is intended for scenarios where data must be viewed but not modified, offering a safe and performant method to expose past records to the operator. The data source can be any configured SQL-compatible backend (e.g. SQLite, MySQL, MSSQL, or the Trends system).

This table type is optimal for:

  • Logs and audit trails
  • Maintenance or machine usage reports
  • Archived sensor or process data
  • Historical production figures

The Basic Table supports column-based sorting, pagination, and optional styling. It does not support filtering by date/time or live updates — for those, other table types like "Online" or "Advanced" are required.


Key Features

  • Read-only by design – users cannot edit, delete, or add data
  • Linked to SQL-based databases (configured in system settings)
  • Sorting by any column (ascending/descending)
  • Pagination (10 / 20 / 50 items per page)
  • Custom column layout (order, titles, types)
  • Optional styling (row colors, alignment, formatting)
  • Lightweight rendering – optimized for speed and clarity