javascript Creacion de dataTAble jquery
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript Creacion de dataTAble jquery相关的知识,希望对你有一定的参考价值。
$('#TblBuscaEmpleado').DataTable({
"createdRow": function (row, data, index) {
// Add identity if it specified
if (data.hasOwnProperty("id")) {
row.id = "row-" + data.Cuenta_Id;
}
},
columns: [
{ "data": 'Empleado_Cedula' },
{
"data": 'Empleado_Cedula',
"data": 'Empleado_Nombre',
'render': function (data, type, row) {
return '<label data-id="' + row.Empleado_Id + '" data-nombre="' + (row.Empleado_Nombre).trim() + " " + row.Empleado_Apellido+'">' + row.Empleado_Apellido + '</label>'
}
}/*,
{
'data': null,
'render': function (data, type, row) {
return '<button id="' + row.Cuenta_Id + '" onclick="editClick()">Edit</button>'
}
}*/
],
select: true,
language: {
"decimal": "",
"emptyTable": "No hay información",
"info": "Mostrando _START_ a _END_ de _TOTAL_ Entradas",
"infoEmpty": "Mostrando 0 to 0 of 0 Entradas",
"infoFiltered": "(Filtrado de _MAX_ total entradas)",
"infoPostFix": "",
"thousands": ",",
"lengthMenu": "Mostrar _MENU_ Entradas",
"loadingRecords": "Cargando...",
"processing": "Procesando...",
"search": "Buscar:",
"zeroRecords": "Sin resultados encontrados",
"paginate": {
"first": "Primero",
"last": "Ultimo",
"next": "Siguiente",
"previous": "Anterior"
}
}
});
以上是关于javascript Creacion de dataTAble jquery的主要内容,如果未能解决你的问题,请参考以下文章
markdown Creacion de Adapter
Creacion de DBLINK con全名服务
sql Creacion de tabla auxiliar,e insercion de un registro
text Creacion de stores,store views y guardado de datos de configuracion
sh Creacion de Acceso Directo en Linux
php Panel Creator creacion creador