Skip to content

Commit 2aab407

Browse files
committed
Fixed 100k sample. Added itemsPerPage option to sample controller
1 parent a4962d0 commit 2aab407

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

demo/100k/js/demoApp.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66

77
$scope.gridOptions = {
88
data: [],
9-
urlSync: true
9+
urlSync: true,
10+
pagination: {
11+
itemsPerPage: '10'
12+
}
1013
};
1114

1215
$http({

0 commit comments

Comments
 (0)