Permanent Datatable Yscroll

Permanent Datatable Yscroll

vi3k6i5vi3k6i5 Posts: 2Questions: 0Answers: 0
edited December 2013 in General
Can i make DataTable "sScrollY": "272px" permanent ?
So that even if the table does not reach this height i would see the scroll-bar. Though it wont do anything, will just be disabled.

Replies

  • vi3k6i5vi3k6i5 Posts: 2Questions: 0Answers: 0
    edited December 2013
    got it. Can be done with simple css change:

    .dataTables_scrollBody {
    overflow-y: scroll!important;
    }
This discussion has been closed.