Hi,
I would like to move a row in a table in the right position.
e.g. I add a new row in a table with 20 rows. The new row is in the last position 21, but this row should be in position 2.
How can I do that?
Thanks!
Beat
Hi bsingenberger!
Unfortunately the table element does not have a way to move a row easily. You could try modifying the raw table shortcode but any error would break the table so it should be done with care.
You’ll need to turn on the ALB debug field following this guide which will then show you your layout builders raw shortcode output in a field under the builder: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Cheers!
Devin