pegros / PEG_LIST

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

[feat] sfpegListCmp - Server Side SOQL filtering (& sorting) #25

Open pegros opened 1 year ago

pegros commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, the filtering of record in the sfpegListCmp is done on client side on all records available (or only those already retrieved in case of pagination). When this list is possibly large, it would be great to have this filtering done server side to retrieve only the applicable records.

Describe the solution you'd like

Describe alternatives you've considered Either have 2 separate filter features to still provide local vs remote filtering or only a single one to simplify UX.

Additional context