Scrollable Table
.table-container {
width: 100%;
overflow-x: auto;
}
table {
min-width: 1000%;
border-collapse: collapse;
}
th, td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
th {
background-color: #f2f2f2;
}
.wide-table th, .wide-table td {
width: 20%;
}
Header 1
Header 2
Header 3
Header 4
Header 5
Header 6
Header 7
Data 1
Data 2
Data 3
Data 4
Data 5
Data 6
Data 7
https://ouo.io/aGjREM
Leave a comment