Column sorting in Data Tables (ascending/descending)

Problem

n8n Data Tables don’t allow sorting rows by column. Despite having defined data types (Number, Text, Date…), there are no arrows or options to sort in ascending/descending order directly in the interface.

Use Case

As soon as a Data Table contains multiple rows, you naturally need to:

  • Sort a numeric column to see highest/lowest values first

  • Sort a text column alphabetically

  • Sort a date column from newest to oldest

Currently, rows are displayed in insertion order — no way to reorganize without modifying the upstream workflow.

Proposed Solution

Add sort arrows (▲/▼) on each column header:

  • Click → ascending order

  • Second click → descending order

  • Third click → back to default order

This is standard behavior found in every spreadsheet and data interface (Excel, Google Sheets, Airtable, NocoDB…).

Current Workaround

Sort data in the workflow before insertion using a Code or Sort node — but this locks the order and prevents any dynamic exploration in the UI.