¿ Alguien podría ayudarme con esto?
Este es el script que lo carga
Código:
$('tablesubmenu').dataTable( { stateSave: true, // "ordering": true, "order": [[2, 'asc']], "language": { "lengthMenu": "Mostrar _MENU_ por página", "search": "Buscar:", "paginate": { "first": "Primera", "last": "Última", "next": "Siguiente", "previous": "Anterior" }, "zeroRecords": "Nothing found - sorry", "info": "Pagina _PAGE_ de _PAGES_", "infoEmpty": "No records available", "infoFiltered": "(filtered from _MAX_ total records)" } });