使用 SDK 在自定义 HTML Rally 应用程序中隐藏特定列

Hiding specific columns within a custom HTML Rally app using the SDK

我正在自定义 HTML 应用程序中使用 AppSDK 编写 Cardboard 应用程序。到目前为止,它显示正确(呈现所有列,第 headers 列)。

有没有办法从 Cardboard 应用程序代码中定位并隐藏 某些列及其 headers?我可以使用它们的 CSS ID 隐藏它们....但是,这种情况发生在应用程序呈现之后,并且由于原始应用程序宽度不会调整大小而导致有点碍眼。

TL;DR Rally 自定义看板 (AppSDK) 包含 6 个用户故事状态。我想隐藏第二个和第四个状态,同时仍然显示其他四个。

文档中有一个示例展示了如何创建具有一组特定列的看板:https://help.rallydev.com/apps/2.1/doc/#!/example/specific-columns-board

在那种情况下,它正在为列做所有者和一些额外的东西,自定义呈现 headers,但它的核心是指定 columns config to the board, which is just an array of config objects which will be used to instantiate Rally.ui.cardboard.Column objects.