Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35271

bug internet explorer

$
0
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


Viewing all articles
Browse latest Browse all 35271

Trending Articles