Back to Plugins
Table flipper

Table flipper

Flip table's layout direction from rows to columns / columns to rows

Plugin Preview

Table flipper preview

About this plugin

Hey :)

This plugin lets you flip the table's layout, from rows to column, or columns to rows.

If the table is an instance, it will detach it.


If you like it, please like and comment. It will help others to see the value as well :)


Watch demo.

Support my work here <3


How to use:

  1. Select a frame that contains only a table
  2. Select the flip direction


Important notes:

Make sure to select the right direction, otherwise it will not work properly, and make sure the table is well built:

  1. Same amount of cells in all columns
  2. Same amount of cells in all rows
  3. Same width to all cells in row/column

Otherwise it will not work properly. Super important to how the plugin works.


How it works behind the scenes:

I calculate how many cells the table has by:

  1. How many rows/columns
  2. How many cells the first row/column has (I assume all others have the same number of cells).
  3. I go in a loop and re-arrange the table ( rows/columns * cells times)


Enjoy :)


(Image source: https://www.flickr.com/photos/skkorea/13529912033)

Plugin Details

Version3
CreatedOctober 18, 2024
Last UpdatedNovember 9, 2024
CategorySoftware development
Creatortsuritbz
Stats6 installs, 7 likes
PricingFree

Technical Details

  • API:1.0.0
  • UI:ui.html
  • main:code.js
  • Document Access:dynamic-page
  • Editor Types:
    figma
  • Allowed Domains:
    • none