如何使用服务器端处理将自定义列添加到数据表?
我已使此示例在我的页面 http://datatables.net/examples/server_side/server_side 上工作。 html,(使用 php5、jquery+ui 和 dataTables.net)
我希望能够在每一行上添加修改和删除链接,我怎样才能做到这一点而不发送两列额外的链接服务器?
另外,我如何替换数据库中的行以及服务器发送的 id,并使用从 1 到 iTotalDisplayRecords 的良好数字...
谢谢
i have made this example work on my page http://datatables.net/examples/server_side/server_side.html, (using php5, jquery+ui and dataTables.net)
i would like to be able to add a Modify and Delete link on each row, how can i do that without sending two extra columns with the links from the server?
also how can i substitute the ids the rows have in the database and that are sent by the server with nice number starting from 1 till iTotalDisplayRecords...
thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到了如何
found how