Bootstrap-Table:对同一数据字段具有多个输入的过滤器控制
有没有办法实现对同一列/数据字段具有两个或多个输入的过滤器?
示例(考虑名字和姓氏,但您要过滤的列都包含在内): https ://live.bootstrap-table.com/code/chsteiner/10891
它有效,但输入字段在此过程中变得混乱。
Is there a way to achieve a filter with two or more inputs for the same column/data-field?
Example (think about Forename and Surname but the column you want to filter has both included): https://live.bootstrap-table.com/code/chsteiner/10891
It works but the input fields get messed up in the process.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个新功能是最近添加的。您可以在 GitHub 中查看修复/功能
您现在可以过滤使用分隔符在同一列中包含多个值。发布应该很快就会发生。
This new feature was recently added. You can see the Fix/Feature in GitHub
You will now be able to filter by more than one value in the same column using a delimiter. The release should occur soon.