Second commit of version

This commit is contained in:
sujitprasad
2015-08-21 11:10:02 +05:30
parent 267467725e
commit 50fcb7bbe0
1510 changed files with 21762 additions and 10310 deletions

View File

@@ -1,21 +0,0 @@
<script type="text/javascript">
jQuery(document).ready(function(){
// dynamic table
oTable = jQuery('#{{ $id }}').dataTable({
"sPaginationType": "full_numbers",
"bProcessing": false,
@foreach ($options as $k => $o)
{!! json_encode($k) !!}: {!! json_encode($o) !!},
@endforeach
@foreach ($callbacks as $k => $o)
{!! json_encode($k) !!}: {!! $o !!},
@endforeach
});
oTable.addClass('table-striped ');
});
</script>