将字体粗体设置为 Flex Grid 的特定列

发布于 2024-11-04 20:37:08 字数 99 浏览 3 评论 0原文

我正在使用弹性网格来显示记录集。如何将

字体粗体设置为弹性网格的特定列

如果有人知道这个请帮助我...提前致谢...

I am using flex grid to display set of records. How can i set

font bold to a particular column of the flex grid?

If anybody knows this pls help me... thanks in advance....

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

聊慰 2024-11-11 20:37:08

这将使第二列变为粗体:

$("#table1").find("tr td:nth-child(2)").css("font-weight", "bold");

适用于任何表。

This will make the second column bold:

$("#table1").find("tr td:nth-child(2)").css("font-weight", "bold");

Works for any table.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文