Skip to content

Dexie.table()

David Fahlander edited this page Mar 20, 2015 · 13 revisions

Syntax

db.table(storeName)

Parameters

storeName : String The name of the store to retrieve

Return Value

WriteableTable

NOTES

The current transaction state will affect the resulting WriteableTable instance returned. So do not store the result of this property somewhere else beacuse then it stop executing its operations within the current transaction scope at the time you do operations on it. See this post that explains a bit of that.

Clone this wiki locally