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.
我有一个显示大量数据的大表。
在 Destop 上看起来还不错,但在移动设备上它只是截取数据,我无法访问桌面上的内容,如下所示:
桌面版表格
移动版表格
有什么方法可以在移动设备上访问表格吗?还是仅将数据保留在几行上的唯一方法?并将不同卡片上的列分开?
(是的,我知道这不是卡的最佳用途,我仍在尝试使用 mdl)。
十分感谢。
如果这还不算晚,您可以使用此技巧使其响应
https://css-tricks.com/responsive-data-tables/