Skip to content

Dexie.table()

David Fahlander edited this page Jun 21, 2016 · 13 revisions

Syntax

db.table(storeName)

Parameters

storeName : String The name of the store to retrieve

Return Value

WriteableTable

NOTES

In Dexie version < 1.4.0, the current transaction state did affect the resulting WriteableTable instance returned. Since version 1.4.0 and above, you can store the resulting table and reuse it whenever you need it. It will adapt to the ongoing transaction when being used.

Clone this wiki locally