Skip to content

[BUG]: Loading large datasource fails in FluentDetailsList #482

Open
@noorsyyed

Description

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:

  1. Go to 'Edit mode of canvas app in makers portal'
  2. Click on 'Insert and add FluentDetailsList control'
  3. Scroll down to 'Dataverse table e.g. Released Products and set DetailsList dataset'
  4. set Items property to Products table
  5. 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
    }
)
  1. It isn't loading data , when tried on smaller tables it worked

Expected behavior
Records in table "Released Product" should load
Screenshots
image

Additional context

AB#3877

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Component: DetailsListbugSomething isn't workingcodeIssue is related to a Power Apps code component

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions