Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 01547be

Browse files
committed
Remove the length input control from example #394
1 parent 5130f40 commit 01547be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/withPlugins/withScroller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ angular.module('showcase.withScroller', ['datatables', 'datatables.scroller'])
55
function WithScrollerCtrl(DTOptionsBuilder, DTColumnBuilder) {
66
var vm = this;
77
vm.dtOptions = DTOptionsBuilder.fromSource('data.json')
8-
.withDOM('lfrti')
8+
.withDOM('frti')
99
.withScroller()
1010
.withOption('deferRender', true)
1111
// Do not forget to add the scorllY option!!!

0 commit comments

Comments
 (0)