Moving table rows in perspective

I have a table that each cell is bound to a tag. In the designer I can move the rows of data around by dragging in the designer the objects of data around under the data property. I’m trying to figure out how to do this in the table itself.

Is it possible to drag and drop rows to reorder them?

Not within the Table itself, no. The Table is a Display component and while it can be sorted using the column headers it is not technically an “Input” component; reordering rows would be manipulating the underlying data based on user “input”.