pegros / PEG_LIST

Set of configurable/actionable LWC list components for Salesforce Lightning UX
MIT License
20 stars 8 forks source link

[feat] sfPegListCmp - Filter on Paginated Data - Evolution #63

Open vjallim opened 6 months ago

vjallim commented 6 months ago

Hello @pegros,

Currently when pagination is activated on sfPegListCmp, filtering the records work on the data already retrieved with respect to the paginated data already retrieved from server side.

Example below: image

Total number of records as per query: 444 Number of records displayed per page: 50 Page number: 2 Filter type: All or single value Filter result: 22 records from the 100 records only (pagination) are displayed and not from the whole 444 records. Conclusion:

Two evolutions are proposed (Either/Or):

pegros commented 5 months ago

@vjallim Just saw your Issue and shall have to think about this first as this is not a simple evolution.