67
Views
1
Comments
Solved
[ExtendedNativeFileUpload] How do I implement "Delete" action to remove the uploaded file from Table?
extendednativefileupload
Reactive icon
Forge asset by Benjith Sam
Application Type
Reactive

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, 

2021-03-18 21-03-15
Benjith Sam
 
MVP
Solution

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.