Advertisement
turist_ua

dt_init

Dec 28th, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $('.dt_table').dataTable( {
  2.     "sDom": "<'row'<'span6'l><'span6'f>r>t<'row'<'span6'i><'span6'p>>",
  3.     "sPaginationType": "bootstrap",
  4.     "aoColumns": [
  5.         { "sType": "date-euro" },
  6.          null,
  7.          null,
  8.          null,
  9.          null,
  10.          null,
  11.          null
  12.      ],
  13.     /*"aaSorting": [[ 1, "desc" ]],*/
  14.     "iDisplayLength": 25,
  15.     "oLanguage": {
  16.         "sUrl": "/js/dt_ru.txt"
  17.     },
  18.     "fnDrawCallback": function() {
  19.         $(".editable").editable();
  20.     }
  21. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement