How to position the bottom of the datatable ui
How to position the bottom of the datatable ui
Srilakshmi
Posts: 35Questions: 6Answers: 0
Hi,
I would be glad if someone could help me know how to position the bottom of the datatable ui to the bottom of the web page.
Thanks & Regards,
Srilakshmi
I would be glad if someone could help me know how to position the bottom of the datatable ui to the bottom of the web page.
Thanks & Regards,
Srilakshmi
This discussion has been closed.
Replies
There isn't a built in way of doing that, but you can calculate it using standard jQuery methods. Something like this: http://live.datatables.net/yomuqis/1/edit . Its a bit messy since you need to take into account all of the elements that make up the height of the document. that are not the body, and then subtract that value from the height of the window to get the height of the body, but that's really the only way of doing it.
Allan