草庐IT

SampleDataId

全部标签

javascript - 未捕获的类型错误 : grid. sortedData.peek(...).filter 不是函数

我正在尝试使用KnockoutJsKOGrid进行分页。我一直在关注这个:http://knockout-contrib.github.io/KoGrid/#paging我传递到我的View模型(vm参数)的数据包含以下内容:我的knockoutView模型如下:functionViewModel(vm){varself=this;this.myData=ko.observableArray([]);this.rows=ko.observableArray(vm.Rows);this.deleteInvisibleColumns=function(){for(vari=0;iAndy我