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.
我使用 JFace 创建了一个非常小的 Web 应用程序TableViewer。在浏览器中,表格看起来不错,但在使用 Tabris 的 iOS 上,表格列丢失了。
TableViewer
请在此处查看代码。请在此处比较浏览器和 iOS 版本。我错过了什么?也许我必须更改 CSS 文件?
尚不支持您从桌面知道的“真实”表格,因为它们不是移动设备上常见的 UI 模式。
表、树和列表始终显示为“列表”。您可以有两列:第一列将是主标题标签,第二列将用作项目的副标题标签。(就像在邮件应用程序中,“发件人”以大粗体显示,“主题”以较小字体显示在下方。)
因此,在您的情况下,我会将两个日期连接到第一列,将主题连接到第二列。