如何使用 Icefaces 禁用列?
我想禁用列,我使用以下代码:
...但是该列仍然可以更改。
请帮忙:)
I want to disable a column, I use this code:
<ice-cc:selectBooleanColumn title="Installed" property="installed" disabled="true" ></ice-cc:selectBooleanColumn>
...but the column is still able to change.
Please help :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
“禁用”是指它不应该出现吗?如果是这种情况,请尝试 render="false" 。
By "disabled" you mean it shouldn't appear? Try rendered="false" maybe if this is the case.
selectBooleanColumn 组件中没有禁用属性,如 API 文档。我担心这不能使用ice-cc:editableTable 来完成。
There is no disabled attribute in selectBooleanColumn component, as said in API docs. I fear this cannot be done using ice-cc:editableTable.