Plugin for Multiple dinamic Table

Plugin for Multiple dinamic Table

CleberW3bCleberW3b Posts: 1Questions: 0Answers: 0
edited May 2013 in General
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?

Replies

  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    Please see the top FAQ: http://datatables.net/faqs#events . It sounds very much like that. If not, please link to a test case.

    Allan
This discussion has been closed.