Hi,I am creating a dynamic table that will, depending on how many options are chosen, have Row1[0], Row1[1], Row1[2], etc. When a row is created I would like to put a button on the row to allow users to move the row up or down in the table order. I have been trying to adapt a bit of JavaScript from...