/** * DataTable * */ $(document).ready(function() { $('table tr.ui-datatable-empty-message td').each(function() { $(this).html('No existen registros.'); }); });