datatable添加水平滚动条

1.添加属性

"scrollX": true,
    	            "autoWidth":true,
2.添加样式

th,td{
		        white-space:nowrap;
		    }
3.有可能会出现头部和内容分离的问题,临时解决办法

.dataTables_scrollHead { 
        		height: 39px;
        	}


你可能感兴趣的:(html/css,框架)