i'm trying to expand rows when clicking on a button ,
I found this example: https://stackblitz.com/edit/dynamically-row-components-for-smart-table-cw7q9y
but when enabling actions (comment: actions:false in settings): //actions:false,
this makes crud operations possible, if I try to add a new row, the expanded row loses control and position.
To understand more the problem proceed like this:
- comment: actions:false
- click on any button
- click the action Add New
- confirm by clicking on create
You can notice that the red row loses its row position in the table