Building Large Lists #28762
Unanswered
MatthewThornton
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Maybe the DataGrid with selection would work on the right (https://react.fluentui.dev/?path=/docs/components-datagrid--default) and you could keep the list on the left to show the selected items more concisely. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the Fluent UI design pattern for building large lists?
We currently use a combination of a multi-select and dual-listbox.
https://jakezatecky.github.io/react-dual-listbox/
Dual List Box

Multi-Select

This doesn't work very well with large lists.
``
An example use case.
The user wants to select every county in Texas except Travis County. There are 255 counties in Texas. Using a combox becomes difficult because There are so many selected items. Currently we solve that problem using a 'dual-listbox' which is type of list builder.
How would Fluent UI solve this problem? What's the correct design pattern?
Beta Was this translation helpful? Give feedback.
All reactions