Plugin for Multiple dinamic Table
Plugin for Multiple dinamic Table
I have a problem. My page takes a list as parameter and renders a table. But my DataTables Scrip work on the first table, the second and third not aplied.
[code]
Participante
Valor do Lance
Data/Hora
% Lances
Percentual Referencial
#{lance.participante.apelido}
R$ #{lance.valorLance} #{lance.tipoLance}
#{lance.valorPercentual}
#{lance.valorPercentualRdc}
[/code]
[code]
$(document).ready(function() {
$('#tableLance').dataTable( {
"iDisplayLength": 6,
"bPaginate": true,
"bLengthChange": false,
"bFilter": false,
"bSort": false,
"bInfo": false,
"bAutoWidth": false
} );
} );
[/code]
somebody help me?
[code]
Participante
Valor do Lance
Data/Hora
% Lances
Percentual Referencial
#{lance.participante.apelido}
R$ #{lance.valorLance} #{lance.tipoLance}
#{lance.valorPercentual}
#{lance.valorPercentualRdc}
[/code]
[code]
$(document).ready(function() {
$('#tableLance').dataTable( {
"iDisplayLength": 6,
"bPaginate": true,
"bLengthChange": false,
"bFilter": false,
"bSort": false,
"bInfo": false,
"bAutoWidth": false
} );
} );
[/code]
somebody help me?
This discussion has been closed.
Replies
Allan