更改弹性网格中的排序箭头位置

发布于 2024-08-27 22:51:12 字数 65 浏览 8 评论 0原文

目前,在弹性网格中排序时,显示列是升序还是降序排序的排序箭头与列右对齐。是否有办法改变排序箭头的位置,例如应用填充?

Currently when sorting in a flex grid, the sort arrow that shows whether the column is sorted ascending or descending is right aligned to the column. Is there anyway to change the position of the sort arrow, such as applying padding?

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

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

发布评论

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

评论(1

难得心□动 2024-09-03 22:51:12

您可能必须扩展 DataGridHeader 类并重写 placeSortArrow() 方法。

You would probably have to extend the DataGridHeader class and override the placeSortArrow() method.

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