Hello
I have calculated the table, but I want to move rows in this table.
For example, I want to move the GPIO row to the start of the table and the JTAG row after GPIO.
I tried to write this script, but something went wrong, can you assist me with this script?
dt << Move Rows ( {"GPIO"}, At Start );
dt << Move Rows ( {"JTAG"}, After( "GPIO" ) );