Client side pagination not working in smart table

后端 未结 2 666
星月不相逢
星月不相逢 2021-01-01 07:15

So I got a Smart-table for witch I reload the entire data-set (I need it for a graph). but I don\'t want all data to get rendered at once (got too many). So in the document

2条回答
  •  臣服心动
    2021-01-01 07:42

    If you're cool like me, you may have forgotten to pass the dependency to your app

    angular.module('app', ['ngRoute', 'smart-table'])
    

提交回复
热议问题