Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

scrollable table vertical

thead, tbody { display: block; }

tbody {
    height: 100px;       /* Just for the demo          */
    overflow-y: auto;    /* Trigger vertical scroll    */
    overflow-x: hidden;  /* Hide the horizontal scroll */
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #scrollable #table #vertical
ADD COMMENT
Topic
Name
5+9 =