-
Notifications
You must be signed in to change notification settings - Fork 31
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
ComboBoxNormalized - @deephaven/components #2071
Comments
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Jun 12, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Jun 12, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Jun 12, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Jun 12, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Jun 12, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Jun 12, 2024
bmingles
changed the title
ComboBox - @deephaven/jsapi-components
ComboBoxNormalized - @deephaven/components
Jun 12, 2024
This was referenced Jun 12, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Jun 12, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Jun 12, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Jun 17, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Jun 17, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Jun 17, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Jun 17, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Jun 17, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Jun 17, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Jun 17, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Jun 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Supporting windowed data in Spectrum collection components requires an array of data providing at least a key for every item in the collection. We do this in other components via a
NormalizedItem
interface that always provides akey
and optionally provides anitem
prop that can be lazy loaded based on the current data viewport.Create
ComboBoxNormalized
component in @deephaven/components to handleNormalizedItem
data.The text was updated successfully, but these errors were encountered: