bug internet explorer

bug internet explorer

willyodinwillyodin Posts: 1Questions: 1Answers: 0

Hi,
i use a drawCallback function
which is :
var api = this.api();
var rows = api.rows( {page:'current'} ).nodes();
api.column(11, {page:'current'} ).data().each( function ( echantillon, i ) {
$(rows).eq(i).addClass('sample'+echantillon).data('s_sampleid',echantillon);
});

on firefox every line has data and class.
on internet explorer (8,9,10 or 11)
on the first load of the datatables, everything is ok.
when i redraw the table with non default request the first line has only the class.
how can i pass through this.
Thanks
Seb

This discussion has been closed.