Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. sDom: 'T<"clear">lfrtip',
  2. iDisplayLength: 10,
  3. aLengthMenu: [[10, 20, 50, 100, -1], [10, 20, 50, 100, "All"]],
  4. tableTools: {
  5. sRowSelect: "os",
  6. sSwfPath: "TableTools/swf/copy_csv_xls_pdf.swf",
  7. aButtons: [
  8. {
  9. sExtends: "collection",
  10. sButtonText: "Save",
  11. sButtonClass: "save-collection",
  12. aButtons: [ 'copy', 'xls' ]
  13. },
  14. 'print'
  15. ]
  16. }
  17. });
  18. requestsTable.fnSetColumnVis( 22, false );
  19. requestsTable.fnSetColumnVis( 23, false );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement