We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae130ea commit 629c6ddCopy full SHA for 629c6dd
demo/advanced/serverSideProcessing.html
@@ -71,6 +71,7 @@ <h1><i class="fa fa-play"></i> Server side processing</h1>
71
.controller('ServerSideProcessingCtrl', ServerSideProcessingCtrl);
72
73
function ServerSideProcessingCtrl(DTOptionsBuilder, DTColumnBuilder) {
74
+ var vm = this;
75
vm.dtOptions = DTOptionsBuilder.newOptions()
76
.withOption('ajax', {
77
// Either you specify the AjaxDataProp here
0 commit comments