I am working on DataTables. I need scrollbar at the top and bottom of my table. I have more than 25 rows and my table overflow.
Every time I need to scroll down for horizontally scroll the table
Top of table:
Bottom of table:
I am working on DataTables. I need scrollbar at the top and bottom of my table. I have more than 25 rows and my table overflow.
Every time I need to scroll down for horizontally scroll the table
Top of table:
Bottom of table:
I solved this, by adding a max-height to the table, which is smaller than 100vh, so that there is a horizontal and a vertical scrollbar (Like in this Demo, when all options are activated: http://fixedheadertable.com/ ). But please notice, that you have to destroy the plugins and initialize a new fixed header table after resize.