jQuery DataTable - 需要在运行时根据行值更改标签
在 jQuery DataTable 中开发的下表需要根据状态“0”时的条件添加状态标签然后“停用”,“1”- 激活。
Below table developed in the jQuery DataTable Need to add label for Status based on the condition if status "0" then "Inactivate" and for "1" - Active.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您调查过
fnRowCallback
吗?http://datatables.net/usage/callbacks#fnRowCallback
如果您查看数据表网站,
并使用 jsbin 示例,看起来确实如此
成为您正在寻找的...
Have you investigated
fnRowCallback
?http://datatables.net/usage/callbacks#fnRowCallback
If you look at the example on the DataTables site,
and play with the jsbin example, it sure seems to
be what you're looking for...