AutoQuery and LoCode Pagination

Is it possible to change the default returns records from 25 to 10 in locode? I’m not seeing the option anywhere. Once can change the limit but this affects total records returned not the paginated total.

Hi @linaar , You can customize the front end to control defaults related to the AutoQueryGrid which controls the main view of data. This isn’t controlled by the server, so rather you will need to create a customization to override some of Locode’s use of components. You can find out more about this approach here.

For the per page config, you would useConfig and specifically set the ApiPrefs.take property to your desired default option when overriding the Locode default config.