JSF2.0(Primefaces)中带有filteroptions方法的SelectOneMenu
我的要求类似于下面的链接 http://www.primefaces.org/showcase/ui/datatableFiltering.jsf 但他们在它自己的列(第三列)制造商中写入过滤器选项,我也想做同样的事情,但不在表外的列中。即在桌子之前
My requirement is similar to the below link
http://www.primefaces.org/showcase/ui/datatableFiltering.jsf
but they write filteroptions in the column it self(3 rd column)Manufacturer,i also want to do the same thing but not in the column it outside the table. i.e before the table
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前 Primefaces 数据表不支持开箱即用。
执行此操作的唯一方法是在托管 bean 中实现自定义筛选字段和自定义筛选逻辑来筛选表。如果您在数据表中实现动态列或延迟加载功能,这可能很难做到。
This isn't currently supported out of box with Primefaces dataTables.
The only way to do this would be to implement custom filter fields and custom filtering logic in your managed bean to filter the table. This may be difficult to do if you are implementing dynamic columns or lazy loading functionality in the dataTable.