Is there any way to export all records in custom designed PCF dataset grid?
Context.parameters.dataset.records gets record for current page but i need to get all records , apply some logic and export data on click of custom command bar button. Export data part is handled but my core issue is to get all records without changing page size.
Any inputs are greatly appreciated!!