【发布时间】:2019-08-31 18:56:40
【问题描述】:
我正在使用具有 19 列的 ng2-smart-table,它超出了仪表板的框架。所以我需要对表体应用水平滚动。
在我的 Angular 2 项目中使用 ng2-smart-table
:host /deep/ table {
width: 1200px !important;
overflow-x: scroll;
}
我没有得到表格的水平滚动
【问题讨论】:
-
请回复本帖。
-
没人知道还是什么?至少这么说.....
标签: scrollbar vertical-scrolling ng2-smart-table