I have installed this asset and I'm trying to customize it. I want to add "Delete" action next to "Download" action in Table of uploaded files list.
I tried several things but I could not figure out how to make it.
It's like, once you press "Delete" button, you can remove the uploaded file from the table.
This is what I want.
Do you have any ideas on that?
I'd appreciate it if you could give me any good clue.
Best,
Hi Tsubasa,
Sorry! for the late reply. You can implement the mentioned use case using the ListRemove client action referencing from the System Module, as shown below.
As the Position value to the ListRemove Client action, pass the List variable (mapped with the Table widget) runtime CurrentRowNumber property.
Demo Screen: RWA | MultipleFileUploadTask
I hope this helps you!
Kind regards,
Benjith Sam