Custom scrollbars for DATATABLES -
is there way customize scrollbars datatables..?
you can use jscrollpane this:
http://jscrollpane.kelvinluck.com/
we using older version can wired datatable after datatable has been initialised. there a fair bit of css work here crux of code need started:
$('#foo').datatable({ "fninitcomplete": function() { // custom scroll bars $('#icis_dashboard') .find('.datatables_scrollbody') .jscrollpane(); }, "sscrolly": "242px" });
Comments
Post a Comment