Hi Everyone,
I have the requirement to add multiple rows in editable grid and it should have a x icon for each row added before saving to remove that row.
Can anyone please help me out.
Many Thanks in advance!
Discussion posts and replies are publicly visible
Hi Shubhamy0005,https://docs.appian.com/suite/help/22.4/recipe-add-edit-and-remove-data-in-an-inline-editable-grid.htmlAbove link might help.
Thank you Harsh, But the X should only be visible for newly added rows.
do you have some flag to identify that you can apply visibility conditions based on that
Did you mean that you don't want to show remove row whenever the data in the particular row is empty or something like that ?
While adding new row you can save that row data in to a local variable along with the original cdt and on X button you can compare data among that cut and local variable if it is present you conditionally show or hide X button