We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
您可以使用 jqGrid - 它非常强大且灵活。
您可以使用自定义格式化程序函数来格式化列。我不确定您格式化单元格的标准是什么,但从技术上讲,您可以在该函数内使用 if/else 结构来仅根据某些值进行格式化...
要格式化单元格,请使用 单元格格式化程序
You can use jqGrid - it is very powerful and flexible.
There is a custom formatter function that you can use to format a column. I'm not sure what your criteria is for formatting the cell, but technically you could use if/else structures inside that function to only format based on certain values...
To format the cells, use the cell formatter
我使用 jquery tablesorter 取得了巨大成功, 它确实提供了一个进入的钩子单元格并设置其格式
I've used the jquery tablesorter with great success, it does provide a hook to get into the cell and format it
为了将来的参考,我想我会使用 SlickGrid
For future reference, I think I will be using SlickGrid