click sobre fila
click sobre fila
silens
Posts: 101Questions: 40Answers: 0
Hola, me gustaría saber como puedo usar esta funcion sobre mi funcion.
$(document).ready(function() {
var table = $('#example').DataTable();
$('#example tbody').on('click', 'tr', function () {
var data = table.row( this ).data();
alert( 'You clicked on '+data[0]+'\'s row' );
} );
} );
Esta es mi funcion:
$(document).ready(function() {
var table= $('#tbl_entidad').DataTable( {
"ajax": {
"url": "php/identidades.php",
"dataSrc": ""
},
"columns": [
{ "data": "id" },
{ "data": "cif" },
{ "data": "name" },
{ "data": "fch" }
]
} );
} );
Gracias
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hola otra vez, va usted a aprender a hablar Español.
He puesto el codigo pero no funciona, pongo mi funcion y mi tabla.
Mi tabla en archivo index.html:
Este es mi código en js.
Pero no funciona, no se a que se debe, cuando pulso sobre la fila, no se selecciona ni cambia el color ni aparece el alert.
Muchas gracias otra vez.
Acabo de darme cuenta del error.
No es table, mi variable es tabla.
Muchas gracias.
Muy bien. Estoy encantado de poder ayudar un poquito. Good luck to you! It is a bit of try and error in the beginning but it gets better after a short while ...