.overflow-x-auto .table {width: auto!important; table-layout: fixed; white-space: nowrap;}
.overflow-x-auto .table td {min-width: 80px;}
$(document).ready(function() {
$('#example').DataTable( {
"scrollX": true
} );
} );
'javascript' 카테고리의 다른 글
modal 여러개 겹칠 때 z-index 설정하기 (0) | 2020.05.15 |
---|---|
[dataTables.js] 테이블 스크롤 vertical scrollY (0) | 2020.05.13 |
[dataTables.js] remove 버튼 만들기 (0) | 2020.04.22 |
[dataTables.js] row 노출개수 lengthMenu custom (0) | 2020.04.22 |
[dataTables.js] 테이블 요소 배치 dom positioning (0) | 2020.04.22 |
댓글