TinyDB Component

Can you use the TinyDB to save data from one screen to another.

Yes if they use same namespace

Can you please elaborate because im new.

Every instance of TinyDB in your project is backed by a file in the file system, identified by the property Namespace. So if you have a TinyDB on Screen1 and a TinyDB on Screen2, so long as they both have the same value for Namespace they will read/write the same data. For historical reasons, the value of Namespace is TinyDB1 unless you go and manually change it.

@ewpatton @Kevinkun Is there any examples you can give me?

search faq tinydb