Get the selected records in table inside a Widget
How can I get the currently selected records in table inside a widget. I need to make calculations based on some attributes of these records.
2 Replies
its not possible afaik
Ok, i solved it differently now. I created a Bulk Action and did the calculation inside the action() Method and emit an Event. In the Widget i then listen to this event and refresh the Widget component.