The form table settings allow to configure the behaviour of form tables, mostly pagination.
The base settings are configrued on Aperio Client level in the file:
/XT/bin/AperioClient/cfg/table.json
The settings may be overridden on the app level:
/mobile-app/cfg/table.json
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 of table.json file:
{
"pagination": true,
"pageSize" : 10,
"pageNumberCache" : true
}
The configuration says: