سؤال

Is it possible to store database on local by using TAFFY()?

An how to use wild card query on TAFFY()

هل كانت مفيدة؟

المحلول

use db.store() to store in local. eg:

var contact = TAFFY();
contact.store("contact");
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top