Table settings
The form table settings allow to configure the behaviour of form tables, mostly pagination.
Configuration file location
The base settings are configrued on Aperio Client level in the file:
The settings may be overridden on the app level:
Properties
The following properties may be configured:
| Property | Description | Default (AperioClient) |
|---|---|---|
| pagination | When true, tables will use paging, otherwise all the content (lines) will be displayed | true |
| pageSize | The page size - how many lines to display per page | 10 |
| pageNumberCache | When true, the page number will be remembered for the table, otherwise the table will start always from the first page | true |
Example
Example of table.json file:
The configuration says:
- table pagination is: on
- pages size is: 10 lines
- page number cache: on