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

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -