Configure List View
The List View displays results using infinite scrolling. It is possible to change the number of results that load at once, to optimize performance. The default value is 30.
To change the number of list view results that load at once
- Go to the Find home directory.
- Open
config.json
in a text editor. - In the
uiCustomization
section, find or add thelistViewPagingSize
property. - Change the value of
listViewPagingSize
to an appropriate value. - Save the file, and then restart Find to apply your configuration changes.