Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Grid layout with html table in content

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #273981
    nishant78
    Participant

    I am new to html, css and jss. Any help for below is appreciated.

    Requirement: A CSS Grid layout with 3 rows (header, content and footer) and 1 column
    1. Header should be fixed in position
    2. Content section should have a table that I am generating using d3.js with hover effect a. Table should have fixed header with scrollable content
    3. Footer should be fixed in position (bottom aligned)

    Help needed for:
    1. Display table in content section
    2. Table inserted should have a fixed header and scroll-able body

    What I have achieved: jsfiddle.net/nishant78/pfgt20kn

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.