.datatable-container table thead th.no-arrow {
    cursor: initial !important;
}

    .datatable-container table thead th.no-arrow::after {
        display: none !important;
        content: none !important;
    }

.datatable-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
