[BUG]: Loading large datasource fails in FluentDetailsList #482
Open
Description
opened on Jul 24, 2024
Describe the bug
FluentDetailsList control doesn't work on large Dataverse tables having thousands of records, even though "Large dataset paging is toggled on and Page size is set.
To Reproduce
Steps to reproduce the behavior:
- Go to 'Edit mode of canvas app in makers portal'
- Click on 'Insert and add FluentDetailsList control'
- Scroll down to 'Dataverse table e.g. Released Products and set DetailsList dataset'
- set Items property to Products table
- set columns_Items like below, just for a single column for now to try it out
Table(
{
ColName: "crc1d_itemnumber",
ColDisplayName: "Item Number",
ColSortable: true,
ColWidth: 200,
ColRowHeader: true,
ColResizable: true
}
)
- It isn't loading data , when tried on smaller tables it worked
Expected behavior
Records in table "Released Product" should load
Screenshots
Additional context
AB#3877
Activity