al mostrar mas de 25 registros en mi datatable el jquery no sirve para editar celdas(tabledit)
al mostrar mas de 25 registros en mi datatable el jquery no sirve para editar celdas(tabledit)
DanielRdz6
Posts: 2Questions: 1Answers: 0
in Editor
al seleccionar ver mas de 25 registros que es mi default, el editor deja de funcionar en losnuevos registros,como puedo hacer para que edite todos.
Answers
este es mi codigo:
$('#tabladinamica').DataTable({
'pageLength': 25,
language: {
"decimal": "",
"emptyTable": "No hay información",
"info": "Mostrando START a END de TOTAL Productos",
"infoEmpty": "Mostrando 0 to 0 of 0 Entradas",
"infoFiltered": "(Filtrado de MAX total Productos)",
"infoPostFix": "",
"thousands": ",",
"lengthMenu": "Mostrar MENU Productos",
"loadingRecords": "Cargando...",
"processing": "Procesando...",
"search": "Buscar:",
"zeroRecords": "Sin resultados encontrados",
"paginate": {
"first": "Primero",
"last": "Ultimo",
"next": "Siguiente",
"previous": "Anterior"
}
}
});
$('#tabladinamica').Tabledit({
deleteButton: false,
editButton: false,
columns: {
identifier: [0, 'iden'],
editable: [[4, 'ped']]
},
hideIdentifier: true,
url: 'php/editar.php'
});
There's no reason why that should be the case. We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin