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