CallumBoase / plasmic-supabase

GNU General Public License v3.0
8 stars 4 forks source link

Sorting on multiple fields not supported #30

Open ryanmouritz opened 3 months ago

ryanmouritz commented 3 months ago

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.