引导模块 listview 电子邮件栏可排序
我想使引导模块中列表视图的电子邮件列可排序。
我尝试自定义 listviewdef 文件 make 'sortable' =>是的,但它不起作用,它会生成空白列表
i want to make email column of list view in lead module make sortable.
I try to customized listviewdef file make 'sortable' => true but it not working it generate blank list
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这是不可能的。
解决方法可能是向潜在客户表添加一列普通文本,并在每次更新/添加(使用挂钩)后将电子邮件地址复制到该列中。
然后,您将能够按该列进行排序,但无法单击它来调出电子邮件编辑器。
I don't think this is possible.
A workaround could be to add a column to the lead table that is normal text, and you copy the email address into that column after each update / add (using hooks).
You will then be able to sort by that column, but not be able to click on it to bring up the email editor.