we can make the row selectable from the component config of the table, but how can get the selected rows data and save it to a path.
3 Likes
Yes, you can find the data of Selected row.
You can find it in Debugger in Data section… there is a key called indexObject in which you can find the index of selected row.
25 Likes