<script type="text/javascript">
$(document).ready(function() {
$('#table').dataTable( {
"sDom": 'T<"clear">lfrtip',
"aaSorting": [[ 0, "desc" ]],
"bJQueryUI": true,
"sPaginationType": "full_numbers",
} );
} );
</script>
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
TableToolsInit.sSwfPath="swf/ZeroClipboard.swf";
$('#table').dataTable( {
"bPaginate": false,
"bJQueryUI": true,
"sDom": '<"H"lTfr>t<"F"ip>'
} );
} );
</script>
It looks like you're new here. If you want to get involved, click one of these buttons!
Get useful and friendly help straight from the source.