数据表中没有找到消息记录,怎么办?
我正在使用带有服务器端选项的“datatable jquery 插件”来加载表记录。但我不知道当 mysql 查询没有返回数据时如何显示“无可用数据”之类的消息。因为我发现了返回的json格式数据应与表的列相同。 我正在使用 php。
任何帮助将不胜感激。
i am using 'datatable jquery plugin' with server-side option to load table records.but i don't know how i can display a message like 'no data available' when no data return from mysql query.as i found the count of returned data which are in json format should be the same as column the table has.
i am working with php.
any help would be appreciated .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以隐藏网格并显示消息。
标记:
Javascript:
希望这有帮助。干杯
You could hide the grid and show the message.
Markup:
Javascript:
Hope this helps. Cheers