Hi Hamid,
Here is css that will add a horizontal scroll bar on smaller screen, just adjust this css to your needs.
scroll-datagrid2 {
overflow: auto;
> .table {
width: calc(100% - 2px);
min-width: 1720px;
.table-content {
.th:first-child, .td:first-child {
min-width: auto;
}
.th:not(:first-child), .td:not(:first-child) {
//min-width: 70px; //was interfering with column resizer
}
.th:last-child, .td:last-child {
min-width: 30px;
}
}
}
Best regards, Slavko
as u can see it's impossible to read the names.