gpt4 book ai didi

jquery - 数据表 : How to style filter result as type?

转载 作者:太空宇宙 更新时间:2023-11-04 12:19:57 26 4
gpt4 key购买 nike

  • 我想在输入时设置过滤结果的样式。
  • 例如,如果我输入 bs- 我想突出显示所有包含 bs-

  • 的结果
  • 我如何在 CSS 中做到这一点?

我正在使用 DataTable .

enter image description here

最佳答案

感谢 @sdcr 为我指明了正确的方向。

我通过执行以下操作来实现:

1- 包含 JS CDN

<script src="//bartaz.github.io/sandbox.js/jquery.highlight.js" type="text/javascript"></script>
<script src="//cdn.datatables.net/plug-ins/f2c75b7247b/features/searchHighlight/dataTables.searchHighlight.min.js" type="text/javascript"></script>

2- 包含 CSS CDN

3- 添加 "searchHighlight": true 作为设置的一部分。

我的整个设置是这样的:

// Setting to Inventory Table 
$('#inventory').dataTable({

"lengthMenu": [ 10 ] ,
"bLengthChange": false,
"searchHighlight": true

});

我的最终结果:

enter image description here

关于jquery - 数据表 : How to style filter result as type?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28438571/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com