Current supabaseProvider implementation only supports sorting on a single field. There are instances where a developer may wish to implement nested sorting
Example:
Order by Country then City
This would allow grouping some list by country then ordering the cities within those countries.
Current supabaseProvider implementation only supports sorting on a single field. There are instances where a developer may wish to implement nested sorting
Example: Order by Country then City This would allow grouping some list by country then ordering the cities within those countries.