Slimscroll and Scroller integration possible?

Slimscroll and Scroller integration possible?

bobs619bobs619 Posts: 6Questions: 1Answers: 0

Is it possible to integrate the slimscroll.js plug-in with the scroller extension?

Answers

  • allanallan Posts: 63,760Questions: 1Answers: 10,510 Site admin

    No - Scroller uses the browser's native scrolling.

    Allan

  • gastoncsgastoncs Posts: 8Questions: 1Answers: 0

    Hey you can do this

                "fnDrawCallback": function (oSettings) {
                     $('.dataTables_scrollBody').slimScroll({
                        height: '150px'
                     });
                }
    
This discussion has been closed.