Questions tagged [fixed-header-tables]

Tables in which the first row (typically holding the column names) is fixed (i.e.: it doesn't scroll).

Tables in which the first row (typically holding the column names) is fixed (i.e.: it doesn't scroll).

142 questions
0
votes
1 answer

How to fix datatable header vertically without using scrollY?

I want to fix datatable header when scrolling page without using scrollY property just like https://www.worldometers.info/coronavirus/ datatable. Do anyone know about this ?
Afnan A.
  • 41
  • 2
  • 11
0
votes
1 answer

CSS table fixed column chages position on different screen size

I am creating a responsive website. I have a table with a fixed first column. But as you resize the window or view on a device with different width of more than 454 pixels the fixed first column moves out of place and the table body also moves…
Kash
  • 43
  • 1
  • 6
0
votes
1 answer

Jquery DataTables (1.10) render extra footer when verticle scrollbar appears (overflow-y: auto)

I am using datatables with Bootstrap 4 and everything was working fine until I tried to add a max-height and scroll vertically. I added a wrapper through the DOM setting of the datatable <"feedGridContent"t> This scrolls great, except my footer…
0
votes
1 answer

Possition (z-index) of menu in table first fixed column

I have a problem to show the menu in my fixed first column. I reused a nice example I found on jsFiddle to create a table with fixed first header and column. It works fine but I have a menu inside each cell of the first column and right now I can…
Lodhart
  • 205
  • 1
  • 6
  • 14
0
votes
1 answer

Angular Datables fixed header

I am using Angular framework version 8.x to develop my project. I installed the datatables package to enhance the table feature. I following the online documentation to use the package, it works fine. However, I found that it does not support fixed…
The KNVB
  • 3,588
  • 3
  • 29
  • 54
0
votes
4 answers

How to Fixed Header in html table with have multiple row header with row-span and coll-span

i am setting up a html table which has header with 2 which includes rowspan and colspan and i want to fixed that part in my html table