Closed chandu0101 closed 8 years ago
While not exactly the same, you can get the total number of rows like this from an arbitrary model userModel
var reactNativeStore = require('react-native-store');
var userModel = reactNativeStore.model('userModel');
var totalRows = userModel.model.totalRows;
Yes,you can write new api base on react-native-store's api.
While not exactly the same, you can get the total number of rows like this from an arbitrary model userModel
but it doesn't solve all cases for example filter and paginate ..
Yes,you can write new api base on react-native-store's api.
Currently i am doing something similar hack in my scala.js code , it will be cool if its supported out of box in future :)
currently find API returning only array of objects
it will be cool if it adds more meta info like