Open GoogleCodeExporter opened 9 years ago
Further workaround - one I'm going use instead....wrap the datatable call in an
each loop:
$(".tableclass").each(function(){
$('#' + this.id).dataTable({........
Reason I am doing the above...I wanted to reduce code in my application, and
with 5 tables on one page I only wanted to put the the datatables js code in
once and have it apply to all items via their class instead of id...with the
above workaround, I can achieve this.
Original comment by DaveGY...@gmail.com
on 4 Sep 2012 at 12:45
Original comment by joc...@gmail.com
on 4 Sep 2012 at 7:47
Original issue reported on code.google.com by
DaveGY...@gmail.com
on 4 Sep 2012 at 12:38