html table with horizontal and vertical scroll bar

The css for table with horizontal and vertical scroll bar.

.scroll-table-container {
border:2px solid green; 
height: 300px; 
overflow: scroll;
}
.scroll-table, td, th {
border-collapse:collapse; 
border:1px solid #777; 
min-width: 300px;}

demo

Search within Codexpedia

Custom Search

Search the entire web

Custom Search