Replies: 2 comments
-
Would be particularly useful where the target is one of the Map components. This would require the Map components to accept a target value, and then zoom to and highlight the selected polygon. This covers the use-case where you might have a fairly complex geospatial representation of the DataTable (with say 100+ rows) in a Map, but the user doesn't necessarily know where on the Map the data rows are. They can search/find the appropriate information in the DataTable, click on the row, and then this updates/selects the right data in the Map. A reverse of the current use of the Map component as an interactive input. |
Beta Was this translation helpful? Give feedback.
-
I have a situation where my dropdown contains about 360 items. This is hard to navigate using the current dropdown UI. for instance an option to set a |
Beta Was this translation helpful? Give feedback.
-
Description
DataTable ability to act as an interactive input - click a row to select the values from that row and populate an input variable.
The input variable could then be referenced by column. E.g., if a table had
name=myinput
and columnscategory
,region
, andsales
, you could reference it with any of:inputs.myinput.category
inputs.myinput.region
inputs.myinput.sales
What problem would this solve?
No response
How should it work?
No response
Beta Was this translation helpful? Give feedback.
All reactions