-
-
Notifications
You must be signed in to change notification settings - Fork 641
Table.orderBy()
David Fahlander edited this page Mar 28, 2014
·
8 revisions
Return a collection of all items in table ordered by given index.
table.orderBy(index)
keyPath: String | Name of a property or sub property to use for sorting. | |
callback: Function | function (array) { } | optional |
Returns an unfiltered collection sorted by the index or primary key that is specified in given argument.
Dexie.js - minimalistic and bullet proof indexedDB library