Sort rows in Table

../../../../../_images/sort_table_rows.svg

Sort table rows according to ascending/descending order of a sort column.

Input ports:
Input:

table

Input

Output ports:
Output:

table

Output

Configuration:
Sort column (column)
Column to sort
Sort order (sort_order)
Sort order

In various programs, like file managers or spreadsheet programs, there do often exist a functionality, where the data is sorted according to some specified order of a specific part of the data. This functionality do also exist in the standard library of Sympathy for Data and is represented by the two nodes in this category.

The rows in the Tables are sorted according to the ascending/descending order of a specified sort column. Both the sort column and the sort order have to be specified in configuration GUI.

class node_table_sort.SortTable

Example flows