-
-
Notifications
You must be signed in to change notification settings - Fork 263
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Another basic feature for component libraries and UI engineering: virtualized lists.
For a large number of items, only a window of items should be rendered in the DOM for performance. This could benefit:
- DataTable
- ComboBox
- MultiSelect
- Dropdown
For Carbon, there are a prescribed list of item heights based on size (e.g., "sm" or "lg"). This is a great starting point. It grows more complex with items that are dynamically rendered.
Draft: #2270
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request