Skip to main content

I am using ‘Adopt rows into Model’ to move rows from one table to another using row action.But the rows are getting added to the top of the table.Is it possible to add rows at the end of the table?

The adopt rows action does not have a “before or after” option. 

You might be able to reorder the model in javascript after doing the adopt rows action.  


Reply