Hi Guys,
We have added a Dataset PCF control on Home Grid of an entity and have used paging similar to OOB paging, however, I am not able to see the record from 3rd page onwards.
For Paging we have used context.parameters.sampleDataSet.paging.loadExactPage(pageNumber)
We have used the context.parameters.sampleDataSet.loading property in updateView method to determine if my dataset has finished loading or not.
The control working fine on the first and second pages as expected, when the dataset is loaded it returns false.
But on the third page onwards, the value of context.parameters.sampleDataSet.loading property always return true, indicating that the data set has not fully loaded, even though I have confirmed that my records is loaded in context.parameters.sampleDataSet.records as shown in below image.
As a result, I only see the loading spinner and not the expected data. This issue is specific from the third page onwards. I am also able to reproduce the issue on the sample component provided by Microsoft here is the link of the control.
This appears to be a bug. Any help from the team would be appreciated. @HemantG
Thanks in advance!
WarrenBelz
81
Most Valuable Professional
mmbr1606
53
Super User 2025 Season 1
Michael E. Gernaey
46
Super User 2025 Season 1