Flutter: Order the results | Supabase Docs (original) (raw)
Orders the result with the specified column.
column
(Required)
The column to order by.
ascending
(Optional)
Whether to order in ascending order. Default is `false`.
nullsFirst
(Optional)
Whether to order nulls first. Default is `false`.
referencedTable
(Optional)
Specify the referenced table when ordering by a column in an embedded resource.