Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ShimmeredDetailsList component #34

Closed
kyle-power opened this issue May 3, 2021 · 1 comment · Fixed by #94
Closed

Add support for ShimmeredDetailsList component #34

kyle-power opened this issue May 3, 2021 · 1 comment · Fixed by #94
Assignees

Comments

@kyle-power
Copy link

Referring to the Shimmer() progress indicator: https://developer.microsoft.com/en-us/fluentui#/controls/web/shimmer
section "Shimmered DetailsList simulating loading data asynchronously"

<ShimmeredDetailsList
  setKey="items"
  items={items || []}
  columns={shimmerColumns}
  selectionMode={SelectionMode.none}
  onRenderItemColumn={onRenderItemColumn}
  enableShimmer={!items}
  ariaLabelForShimmer="Content is being fetched"
  ariaLabelForGrid="Item details"
  listProps={shimmeredDetailsListProps}
/>
@kamilzyla
Copy link
Collaborator

Thanks @kyle-power, we'll look into adding this in a future release!

@kamilzyla kamilzyla changed the title add support for ShimmeredDetailsList() component Add support for ShimmeredDetailsList component May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants