Datatables Width Overflow For A Lot Of Columns

ε祈祈猫儿з 提交于 2019-12-05 04:22:30

I'd suggest removing the sScrollXInner firstly (it shouldn't really be needed... :-) ). Then have a look at what the width of the wrapper element is. It should end up looking like this example: http://datatables.net/release-datatables/examples/basic_init/scroll_x.html

scrollX: true

This will automatically add a scroll bar when any overflow of column width.

Make sure responsive: false other wise you will see a (+) icon in the starting of row

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!