Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在这里的 JQgrid 中有一个独特的场景。我正在尝试将一些数据加载到 jqGrid 中。数据已成功加载到网格中。问题是当我将鼠标悬停在某一行的特定列上时,会出现工具提示。我能够看到所有具有普通文本的工具提示,但是当文本具有“<”字符时,工具提示会被截断,因此整个文本不可见。你能建议吗?
如果您不能保证网格中的文本不包含 HTML 中使用的特殊字符,autoencode: true则可能您没有使用严格推荐的选项。
autoencode: true
查看演示: