在 yui:datacolumn 上提供默认排序
我定义了一个如下所示的 yui:datacolumn ,并希望在页面加载期间以特定方式对该列进行排序。
yui:datacolumn key="Action" label="Action" sortable="false"
如果我使用下面的代码,我会收到“属性前缀 sortOptions 与任何导入的标签库不对应”错误消息。
yui:datacolumn key="Action" label="Action" sortable="false" sortOptions:"{defaultDir:YAHOO.widget.DataTable.CLASS_DESC}"
我还想在列标题的标签下划线以表明该列是可排序的。我该怎么做?
I have defined a yui:datacolumn like below and wanted to sort this column in a specific way during page load.
yui:datacolumn key="Action" label="Action" sortable="false"
If I use the below code, I get a "The attribute prefix sortOptions does not correspond to any imported tag library" error message.
yui:datacolumn key="Action" label="Action" sortable="false" sortOptions:"{defaultDir:YAHOO.widget.DataTable.CLASS_DESC}"
I also wanted to underline the label of the column heading to indicate that this column is sortable. How do I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为列标题标签添加下划线的一种方法:
One way to underline the label of the column heading: