更改弹性网格中的排序箭头位置
目前,在弹性网格中排序时,显示列是升序还是降序排序的排序箭头与列右对齐。是否有办法改变排序箭头的位置,例如应用填充?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能必须扩展
DataGridHeader
类并重写placeSortArrow()
方法。You would probably have to extend the
DataGridHeader
class and override theplaceSortArrow()
method.