Jquery Flexigrid 文本对齐
的简单解决方案(示例 1)
使用 Flexigrid http://www.flexigrid.info/
我 我试图做的是将其中一列中的文本向右对齐。 有没有办法在不连接到 JSON 文件的情况下执行此操作(示例 3)?
Im using simple solution (example 1) of Flexigrid
What I'm trying to do is to align text in one of the columns to the right.
Is there a way to do this without connecting to a JSON file (example 3)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 colModel 并将该列设置为对齐:'right'。 查看您链接的语法页面上的最后一个示例。
Use the colModel and set that column to have align: 'right'. Take a look at the last example on the page you linked for the syntax.