Guest User

Untitled

a guest
Nov 21st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. $scope.dtOptions = DTOptionsBuilder.newOptions()
  2. .withOption('serverSide', true);
  3.  
  4. $scope.dtColumns = [
  5. DTColumnBuilder.newColumn('title').withTitle($scope.isSafety ? 'Action' : 'Task').withOption('width', '10%').withClass("text-left"),
  6. DTColumnBuilder.newColumn('formName').withTitle('FromName').withOption('width', '1500px').withClass("text-left") ];[![enter image description here][1]][1]
Add Comment
Please, Sign In to add comment