Hi
Now I am working on an app with PCF control. This PCF control nothing but an ag-grid with SQL data. I am using Powerapps SQL connection to get data for AG-Grid. Also, I was set the Data limit to 2000 in settings. In PCF Code, I am using paging.setPageSize method to set the page size per refresh.Though that method returns more than 2000 records. How is it get more than 2000 records?
Even I am using Powerapps SQL server connection with a threshold limit of 2000.
context.parameters.gridData.paging.setPageSize(5000)
Thanks