aardio v13.9 更新内容

改进 web.layout.behavior.sortableGrid 支持双向排序、重复排序,CSS中自动改变箭头方向示例:

table th:checked[order=down]
{
foreground-image: url(stock:arrow-up);
foreground-repeat: no-repeat;
foreground-position-top: 50%;
foreground-position-right: 5px;
}

table th:checked[order=up]
{
foreground-image: url(stock:arrow-down);
foreground-repeat: no-repeat;
foreground-position-top: 50%;
foreground-position-right: 5px;
}

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片快捷回复

    暂无评论内容