Hi everyone,
I'm working on a Low-code app and I'm looking for a way to automatically select all entries in a grid. My goal is for the grid to serve as the feed for an action, with all entries being passed to that action automatically.
Currently, the only method I know involves manually selecting each entry, which then feeds only the selected items to the action.
Is there a way to automatically select all entries in the grid to be used as a feed for the action, without having to select them individually?
Thanks in advance for any help!
Hi Rafael,
I don't believe there is a way right now to select all items in a grid automatically.
You can select one automatically by using the 'Select first item by default' option, but to select more you'll have to ctrl+click every other item manually.
I don’t believe you currently have a way to handle this automatically in a graceful manner. The only workaround I can imagine would be to return a column for each layer and add an action for each layer. However, this would prevent you from toggling one or more layers on or off.
Hi Sebastiaan,
Thanks for clarifying, is there any other way to feed open an overlay “action” on map component in order to add to the map multiple .kmz files?