[ Question ] alternative to scrollY in pixels for initial load
[ Question ] alternative to scrollY in pixels for initial load
austinrivas
Posts: 8Questions: 2Answers: 0
Does anyone know of a way to set the initial table display height without specifying a pixel value in scrollY
?
Preferably a way that is automatically updated when the display length changes.
Currently my table loads seem really janky, no bueno.
Thanks,
Austin
This discussion has been closed.
Answers
You could set the CSS wrapper to have a min height. I did actually used to have that in the default CSS of DataTables - around v1.8 I think.
Allan