如何将新查询传递给 Flexigrid?
我试图使用此代码将新查询传递给 FlexiGrid:
$('#fgAllPatients').flexReload({ query: 'blah=qweqweqwe' });
但是当它返回到 Web 服务时,它只是获取旧参数,而这个新参数被忽略。帮助!
im trying to pass new query to FlexiGrid using this code:
$('#fgAllPatients').flexReload({ query: 'blah=qweqweqwe' });
but when it goes back to the webservice, it simply gets the old parameter and this new one is neglected. help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你需要这样做抱歉
这么晚了最近没有关注这个标签
you need to do it like this
sorry so late haven't been paying attention to this tag lately