Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2021
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. KohaTable("orders", {
  2.                 [% IF ( active ) %]
  3.                     "aoColumnDefs": [
  4.                         { "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
  5.                         { "sType": "anti-the", "aTargets": [ "anti-the" ] }
  6.                     ],
  7.                 [% END %]
  8.  
  9.                 "sPaginationType": "four_button",
  10.                 "autoWidth": false,
  11.                 "exportColumns": [0,1,2,3,4,5,6,7,8,9,10,11,12,13]
  12.             //}, columns_settings);
  13.             }, []);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement