Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
作为 UI 改进,我想在过滤器工具栏上放置一个按钮,以便用户可以按 Enter 进行过滤或单击该按钮。
这对我来说似乎是一件小事,但我似乎无法弄清楚如何去做。任何人都可以帮忙吗?
您可以调用triggerToolbar过滤器工具栏的方法。为此,您需要在click事件处理程序中执行类似上述代码的内容
triggerToolbar
click
$("#gridid")[0].triggerToolbar();