Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $('.datatable').DataTable({
- "language": {
- "sProcessing": "",
- "sLengthMenu": 'Mostrar _MENU_ registros',
- "sZeroRecords": "No se encontraron resultados",
- "sEmptyTable": "No hay datos disponible",
- "sInfo": "Mostrando registros del _START_ al _END_ de un total de _TOTAL_ registros",
- "sInfoEmpty": "Mostrando registros del 0 al 0 de un total de 0 registros",
- "sInfoFiltered": "(filtrado de un total de _MAX_ registros)",
- "sInfoPostFix": "",
- "sSearch": "Buscar",
- "sUrl": "",
- "sInfoThousands": ",",
- "sLoadingRecords": "Cargando...",
- "oPaginate": {
- "sFirst": "Primero",
- "sLast": "Ăšltimo",
- "sNext": "Siguiente",
- "sPrevious": "Anterior",
- },
- "oAria": {
- "sSortAscending": " ",
- "sSortDescending": " "
- }
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement