utils/listCrud
Overview
VUEDA-specific list CRUD adaptors for single-page, all-page, bulk-delete, and execute-action operations.
Methods
- allPagePaginatedListCrudAdaptor - The VUEDA specific implementation for reactive-helper's list crud function, for all pages.
- defaultListExecuteAction - The VUEDA specific implementation for reactive-helper's list executeAction crud function.
- defaultObjectsDelete - The VUEDA specific implementation for reactive-helper's list bulk delete crud function.
- makeSearchParamsString - Make a search params string from the given search params object.
- setupDefaultListCrud - Installs the default list CRUD adaptors (single-page paginated list, bulk delete, and executeAction).
- singlePagePaginatedListCrudAdaptor - The VUEDA specific implementation for reactive-helper's list crud function, for a specific page.
Source
client/lib/utils/listCrud.js:1