Skip to content

Commit 82115fc

Browse files
committed
Correct server side processing example
1 parent f62d084 commit 82115fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demo/serverSideProcessing.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
'use strict';
77
angular.module('datatablesSampleApp').controller('serverSideProcessingCtrl', function ($scope, DTOptionsBuilder, DTColumnBuilder) {
88
$scope.dtOptions = DTOptionsBuilder.fromSource('data.json')
9-
.withOption('serverSide', true)
109
.withPaginationType('full_numbers');
1110
// $scope.dtOptions = DTOptionsBuilder.newOptions()
1211
// .withOption('ajax', {

0 commit comments

Comments
 (0)