Skip to content

Specify how ListBox works with DataProvider - #5862

Open
HerbertsVaadin wants to merge 1 commit into
mainfrom
feat/81-list-box-note
Open

HerbertsVaadin wants to merge 1 commit into
mainfrom
feat/81-list-box-note

Conversation

@HerbertsVaadin

Copy link
Copy Markdown
Contributor

Solves #81

Adds another paragraph under Best Practices:

The List Box API supports using a DataProvider as its data source. However, List Box does not support lazy loading: all items are fetched from the data provider at once. For large data sets, consider using Virtual List or Grid for displaying items, or Combo Box or Multi-Select Combo Box when selection is required.

As well as added "Virtual List" under "Related Components"

Virtual List | Display a large, scrollable list of items with lazy loading and custom item rendering.

@github-actions

Copy link
Copy Markdown
Contributor

Preview Deployment

This PR has been deployed for preview.

URL: https://docs-preview-pr-5862.fly.dev

Changed pages

Added content is highlighted in green; removed content is marked in red on each page.

Built from c527fb7

@peholmst peholmst added the target/v25.3 Automatically cherry-pick to the v25.3 branch label Sep 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

target/v25.3 Automatically cherry-pick to the v25.3 branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants