Rearranging rows of a table in a view

How do I rearrange the order of table rows? I created a table with four input columns and six virtual (calculated) columns. In my view (ie user interface), I only want to see eight of the columns but all must be rearranged (ie appear in a different order) from the definition I gave in the table.

Create a slice of the table, and you can reorder all the columns to your heart’s desire (Slice columns - “Custom” option)

1 Like

If you are only interested on table view, you can do that directly from table view’s definition. There is an option called “Column order”. With that option you can choose what ever order you want.

1 Like

As @Aleksi suggested: