Files
faveo/resources/views/vendor/chumper.datatable/javascript.blade.php
2015-12-29 11:05:21 +05:30

9 lines
205 B
PHP

<script type="text/javascript">
jQuery(document).ready(function(){
// dynamic table
oTable = jQuery('#{!! $id !!}').dataTable(
{!! $options !!}
);
});
</script>