如何在Activescaffold插件rails 3中格式化大int值
我正在为我的管理面板使用 Rails 3 activesacaffold 插件。我有一个有很大 int 值的表。
当我列出值时,它显示为“62,175,049,070”。我该如何格式化它以显示为“62175049070”。由于我们使用的是 activescaffold 插件,因此我们没有任何直接查看页面可以进行修改。
请帮忙!
I am using rails 3 activesacaffold plugin for my admin pannel. I have a table which has big int values.
When I list the values its showing as '62,175,049,070'. How can I format this to show like '62175049070'. Since we are using activescaffold plugin we dont have any direct view pages to make modification.
Please help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用分隔符选项:
https://github.com/activescaffold/active_scaffold/wiki/API :-栏
Use the delimiter option:
https://github.com/activescaffold/active_scaffold/wiki/API:-Column