Hi,
We are using an ad-hoc data source to populate items in a grid component, which in turn feeds a node-edge diagram. An 'Add New' button in the header of the App page launches a script which add a new item in the back-end. We use an event on the that button to automatically retrigger the ad-hoc data source afterwards. As expected, this causes the new item to show up in the grid.
What we'd like to do, is auto-select this new item after it has been added. Currently, the user needs to first find it in the grid, and then perform an extra click.
Is there a way to achieve this?
Hi Ruben,
There is currently no way to achieve this behavior. We have a task on our backlog to implement an 'Select an item' action for the grid, timeline, node-edge & maps components. This action will work the same as the one that is already available for the table component.