responsive + dynamic height = poor performance
responsive + dynamic height = poor performance
            
                            
                                  in Responsive             
        When a table is made both responsive and has vertical dynamic height, e.g.:
$('#examples').DataTable( {
                responsive: true,
                scrollY: '80vh',
                scrollCollapse: true,
                paging: false,
                ajax: "getsamples.php",
there is a long lag to load and perform ajax operations. Is there a workaround?
This discussion has been closed.
            
Answers
How large is your data set? Does using
800pxfor the height fix it? I'd be mildly surprised if it did!Allan