Catalysts / cat-angular

Basic support for Angular Apps
Apache License 2.0
7 stars 16 forks source link

Allow configuration of 'default' values of SearchRequest #62

Open tsalzinger opened 8 years ago

tsalzinger commented 8 years ago

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