In Dynamic web table how to iterate reverse
e.g when i process 4 files then 4 jobs will be displayed in web table accordingly
these files getting processed in sequentially (one by one) .
e.g in data table
job 4 - pending
job 3 - pending
job 2 - pending
job 1 - running
once job 1 completed successfully then job 2 , job 3 and job 4 will be picked up for processing.
Note : Number of jobs in dynamic table depends on number of files to be processed.
how do i iterate reverse in dynamic data table?
Please let me know anyone have solution for this?