使用具有垂直标题列的 ExtJS 网格

发布于 2024-10-18 21:22:22 字数 367 浏览 1 评论 0原文

所以现在我有一个 ExtJS GridPanel,它以以下方式布局:

|Header 1|Header 2|Header 3|Header4|
|Data 1  |Data 2  |Data 3  |Data 4 |
|Data 1  |Data 2  |Data 3  |Data 4 |

我想做的是让它以以下方式显示:

|Header 1|Data 1|Data 1|
|Header 2|Data 2|Data 2|
|Header 3|Data 3|Data 3|
|Header 4|Data 4|Data 4|

有没有办法在不删除 GridPanel 的情况下完成此操作?

So right now I have an ExtJS GridPanel that is laid out in the following manner:

|Header 1|Header 2|Header 3|Header4|
|Data 1  |Data 2  |Data 3  |Data 4 |
|Data 1  |Data 2  |Data 3  |Data 4 |

What I should like to do is have it displayed in the following manner:

|Header 1|Data 1|Data 1|
|Header 2|Data 2|Data 2|
|Header 3|Data 3|Data 3|
|Header 4|Data 4|Data 4|

Is there anyway to accomplish this WITHOUT dropping the GridPanel?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一花一树开 2024-10-25 21:22:22

我认为您正在寻找 PivotGrid

示例此处

I think you're looking for the PivotGrid.

Example here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文