Actions
Bug #29904
closedUI - For patternfly 4 tables, investigate caching paginated results
Description
Created from this comment https://github.com/Katello/katello/pull/8713#issuecomment-631075556 - If you cycle through pages in a patternfly 4 table using the Foreman API middleware, such as the new Content View page, the pages will always make an API call, even if you go from page 1 > 2 > back to 1, page 1 will still make an API call even though it was previously loaded
This could possibly be stored in Redux and/or some modifications could be made on the API middleware in Formenan, but the complete solution is unclear now.
Updated by John Mitsch over 4 years ago
- Related to Tracker #29297: Content Publication Workflow added
Actions