/* Nome: Tabelas / Avançada - Exemplos Escrito por: usp.br/nds */ (function( $ ) { 'use strict'; var datatableInit = function() { $('#datatable-default').dataTable(); }; $(function() { datatableInit(); }); }).apply( this, [ jQuery ]);