deephaven / web-client-ui

Deephaven Web Client UI
Apache License 2.0
29 stars 31 forks source link

useSearchableViewportData - Support searching for non-text column types #2091

Closed bmingles closed 2 months ago

bmingles commented 2 months ago

useSearchableViewportData can be used for components that provide search text in order to filter a windowed table viewport. It currently only supports string column types but will need to support boolean, numeric, and date column types in support of UI ComboBox.