Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configuration of 'default' values of SearchRequest #62

Open
tsalzinger opened this issue Mar 16, 2016 · 0 comments
Open

Allow configuration of 'default' values of SearchRequest #62

tsalzinger opened this issue Mar 16, 2016 · 0 comments

Comments

@tsalzinger
Copy link
Contributor

Currently window.cat.SearchRequests defaults to a page size of 100 - which is in many cases already too much. For any custom request utilizing such search requests this isn't really a problem but for list pages where the actual data is loaded via a hole lot of 'magic' configuration the page size can only be changed via decoration of the catListDataLoadingService.
This already requires some quite deep knowledge of the internal workings of cat-angular and doesn't provide a very good user experience.

A better way would be to have

  • a service for 'global' defaults
  • a configuration option during view configuration to specify a 'default' search-request for the list view
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant