Scroll into tbody and auto height
Scroll into tbody and auto height
Hi,
I can not configure a correct datatable layout. What i would do is:
- Have footer of datatable on the bottom with auto height of table.
- Have scroll only into tbody so only for rows.
I'm able to do that setting all components of datatable with "position: absolute" in css, but i suppose it is not the best way.
How can i get datatable extending to entire height of parent div and scroll into tbody only?
Thanks in advance
I can not configure a correct datatable layout. What i would do is:
- Have footer of datatable on the bottom with auto height of table.
- Have scroll only into tbody so only for rows.
I'm able to do that setting all components of datatable with "position: absolute" in css, but i suppose it is not the best way.
How can i get datatable extending to entire height of parent div and scroll into tbody only?
Thanks in advance
This discussion has been closed.
Replies
Thanks Allan.