我添加了responsive: true,但是我的表不会崩溃。我还尝试将此代码添加到css:
responsive: true
body { table-layout: fixed }
但还是行不通。有什么解决方案吗?
发布于 2021-11-29 09:57:14
确保添加以下样式表:https://cdn.datatables.net/responsive/2.2.9/css/responsive.dataTables.min.css
https://stackoverflow.com/questions/70151259
相似问题