Преглед изворни кода

make_model: add data() method for synchrorized data fetching

master
Bing Sun пре 5 година
родитељ
комит
51bb88779b
Signed by: sunb GPG Key ID: F7795F8C590626AB
1 измењених фајлова са 1 додато и 0 уклоњено
  1. +1
    -0
      src/util/make_model.js

+ 1
- 0
src/util/make_model.js Прегледај датотеку

@@ -49,6 +49,7 @@ export default (options={}) => {
// reflection methods
configs() { return _configs },
cache() { return _cache },
data(offset=0, limit=Infinity) { return _cache.data && _cache.data.slice(offset, offset+limit) || [] },

// main methods
select(offset=0, limit=Infinity) {


Loading…
Откажи
Сачувај