About 641,000 results
Open links in new tab
  1. How can I construct a table header than spans multiple rows in …

    Sep 8, 2013 · Multiple rows of TH tags will merge into a single row of TH. Continuing my example above, the table generated will be a single header row of Major Heading 1, Major Heading 2, …

  2. css - Freeze the top row for an html table only (Fixed Table Header ...

    Provides solutions for creating a fixed header row in an HTML table using CSS and JavaScript.

  3. HTML table headers always visible at top of window when viewing …

    191 I would like to be able to "tweak" an HTML table's presentation to add a single feature: when scrolling down through the page so that the table is on the screen but the header rows are off …

  4. How to stick table header(thead) on top while scrolling down the …

    Jul 19, 2014 · Bootstrap layout with fixed-navbar. Having table with so many rows in body. Issue? As i scroll the page navigation-bar will be there because it is fixed. as i scroll more i want table …

  5. Tables with row and column headers - Stack Overflow

    Jan 20, 2015 · For tables with headers for , you use th scope="col" and th scope="row". You can then target these with CSS. This also makes the table accessible to screen readers and robot …

  6. html - DataTable : How to hide table header? - Stack Overflow

    Learn how to hide table headers in DataTable using various methods and customize your HTML tables effectively.

  7. html - Sticky table header with two header rows - Stack Overflow

    Apr 14, 2019 · It "almost" works, except when scrolling the table, the two header rows kind of "slip" to the same position, the second row coming on top of the first one.

  8. css - Repeat table headers in print mode - Stack Overflow

    Aug 24, 2023 · Is it possible in CSS using a property inside an @page to say that table headers (th) should be repeated on every page if the table spreads over multiple pages?

  9. Html how to make a table with multiple headers? - Stack Overflow

    Beyond the simple table markup in your question and what you have mentioned, you should learn about thead, tbody, tfoot, the col tag, the scope attribute: scope="row" =col =rowgroup and …

  10. How can I change the background color in table header and fix the ...

    Learn how to change the background color in a table header and fix the header in HTML.