DYNAMIC DataTable Height
DYNAMIC DataTable Height
Mairinabrandon            
            
                Posts: 8Questions: 2Answers: 0            
            Good day, i have this example code setting its vh:50. is it possible to set minimum and maximum of scrollY?
$(document).ready(function() {
    $('#example').DataTable( {
        scrollY:        '50vh',
        scrollCollapse: true,
        paging:         false
    } );
} );
This discussion has been closed.
            
Replies
I'm not clear what you mean by minimum and maximum values in this instance. Can you elaborate, please.
Colin