Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 GWT Material Design 1.6.2 版。我的数据网格布局看起来不错,我想在移动设备上保留该布局。所以我不想在我的应用程序中看到类似的东西。
任何想法如何做到这一点?谢谢。
解决了。
只是不需要在数据贪婪上设置 css 样式“响应表”。例如更改:
dataGrid.setStyleName("hoverable responsive-table");
至
dataGrid.setStyleName("hoverable");