Hello community.
I have an interactive grid.
For each row, to delete-row button i want to extend action.
For example (pseudocode):
1) User click on "delete row" option
2) Show a message to confirm "delete row"
3) >> Row is deleted
4) Recalculate IG totals (I have a function to do it)
Step 2 is not nesessary.
Please help me.