How can I set a listView button active/inactive based on the selection of items in the dataGrid in FlowUI like how we can do in CUBA/Jmix generic UI?
Hi Martoza!
You can create an action with itemTracking
type for dataGrid. This action tracks the selected item from the bound ListDataComponent.
Then, simply assign this action to the desired button.
Regards,
Dmitriy
2 Likes
Thank you.
I found this post on the same quest.
It might be newer than te last post.
Please try
type="list_itemTracking"
for your Action within the dataGrid