DataTables plugin + Asp.net

DataTables plugin + Asp.net

paladicepaladice Posts: 7Questions: 0Answers: 0
edited April 2013 in General
Hello everybody,

I'm french student, so please, don't be afraid by my sentence mistake ^^'.

I want to use dataTables with asp.net. I'm doing two tables, the first is working but not the second and I think they are nearly same. What is the problem for you ?

My aspx file :

[code]

...


$(document).ready(function() {
$('table').dataTable();
});


...








TEST COL1


TEST COL2


TEST COL3





TEST COL4


TEST COL5




LALA
LOLA
LULA
LILA


RALA
ROLA
RULA
RILA


TALA
TOLA
TULA
TILA












<!-- RIEN, cette colonne contiendra les checkbox -->


NUMOF


DATEOF


ARTICLE


QTE PREVUE


QTE REVUE


COMPOSANT


RESTANT A ASSIGNER


ASSIGNATION HU





QTE TOTALE


NUMHU


QUANTITE




LALA
LOLA
LULA
LILA
LALA
LOLA
LULA
LILA
LALA
LOLA
LULA


RALA
ROLA
RULA
RILA
RALA
ROLA
RULA
RILA
ROLA
RULA
RILA


TALA
TOLA
TULA
TILA
TALA
TOLA
TULA
TILA
TALA
TOLA
TULA











[/code]


It give this html code for the second table :

[code]





<!-- RIEN, cette colonne contiendra les checkbox -->

NUMOF

DATEOF

ARTICLE

QTE PREVUE

QTE REVUE

COMPOSANT

RESTANT A ASSIGNER

ASSIGNATION HU



QTE TOTALE

NUMHU

QUANTITE




LALALOLALULALILALALALOLALULALILALALALOLALULA

RALAROLARULARILARALAROLARULARILAROLARULARILA

TALATOLATULATILATALATOLATULATILATALATOLATULA





[/code]

What is the problem for the second table please ? thanks

Replies

This discussion has been closed.