dexie / dexie-website

Website dexie.org
https://dexie.org
Apache License 2.0
32 stars 295 forks source link

add Orderby #144

Closed tacman closed 6 months ago

tacman commented 6 months ago

fixes #143

dfahlander commented 6 months ago

This would not run since Collection do not have the orderBy method. The sample shows how to use a compound index in a where-query to get the result ordered by the index.