Closed equinusocio closed 7 years ago
Probably this will be a refactor because of code complexity and maintainability
NOTE
.responsive-table {
display: flex;
flex-direction: column;
}
.table .thead {
display: flex;
flex-basis: 100%;
}
.tbody {
display: flex;
flex-flow: column nowrap;
}
.responsive-table .tr {
display: flex;
flex: 1;
}
.responsive-table .td,
.responsive-table .th {
flex-basis: 100%;
}
Responsive Table and Full Table don't work on IE 11 Windows 8.1 (It's a problem?)