responsive + dynamic height = poor performance
responsive + dynamic height = poor performance
![hbanaharis](https://secure.gravatar.com/avatar/887cb0bdf2eb3b84bd9a1089b6b23aa3/?default=https%3A%2F%2Fvanillicon.com%2F887cb0bdf2eb3b84bd9a1089b6b23aa3_200.png&rating=g&size=120)
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
800px
for the height fix it? I'd be mildly surprised if it did!Allan