如何从角度过滤器访问值
我正在使用 Kendo Grid 3.6.0
和 Angular 6
下面是我尝试为 Kendo Grid 中的 AssetName 列输入的过滤器
如何将上面屏幕截图中的 A254
的 value
获取到新变量中
I am using Kendo Grid 3.6.0
and Angular 6
Below is the filter I am trying to enter for AssetName column in Kendo Grid
How to get value
of A254
in the screenshot above into a new variable
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
基于此答案 https://stackoverflow.com/a/54636789/5530800 。展平过滤器,然后找到值。
Based on this answer https://stackoverflow.com/a/54636789/5530800 . Flattens the filter, then finds the value.