-
Notifications
You must be signed in to change notification settings - Fork 209
feat: lazy loading of paging in the adapter connect view #3785
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
Conversation
...treampipes/shared-ui/src/lib/components/sp-table-pagination/sp-table-pagination.component.ts
Outdated
Show resolved
Hide resolved
ui/projects/streampipes/platform-services/src/lib/apis/adapter.service.ts
Outdated
Show resolved
Hide resolved
…pagination/sp-table-pagination.component.ts Co-authored-by: Philipp Zehnder <[email protected]>
|
Hello there 👋 |
|
Hello there 👋 |
Purpose
Lazy Loading with Paging in the Adapter Connect View
Filters and pagination are applied directly at the database level. Only the adapters required for the currently visible page are loaded.
Remarks
PR introduces (a) breaking change(s): yes
PR introduces (a) deprecation(s): no