简体   繁体   English

R / Shiny DT数据表搜索突出显示不适用于IE

[英]R/Shiny DT datatable Search Highlight not working on IE

I have a Shiny app that is working properly in Chrome but not in IE. 我有一个能够在Chrome中正常运行的Shiny应用,但在IE中无法正常运行。

In the DT::datatable call I use the option searchHighlight = TRUE. 在DT :: datatable调用中,我使用选项searchHighlight = TRUE。 In chrome, when i input some text in the search file of the dataTable, the text is filtered and the matches highlighted. 在chrome中,当我在dataTable的搜索文件中输入一些文本时,将过滤文本并突出显示匹配项。 If I open the app on IE I have behaviors that are not consistent. 如果我在IE上打开该应用程序,则我的行为将不一致。 Sometimes the text is highlighted, sometime doesn't. 有时文字会突出显示,有时则不会。 The filtering of the content according to the search seems to work on both the browser. 根据搜索结果对内容进行过滤似乎在两种浏览器上均有效。

Anyone's experienced a similar issue? 有人遇到过类似的问题吗?

I haven't had this particular issue, but have experienced different functionality between Chrome and IE in the past in DT. 我没有遇到这个特定问题,但过去在DT中,Chrome和IE经历了不同的功能。 If you haven't already, I would encourage you to raise an issue on github ( https://github.com/rstudio/DT/issues ) as the rstudio team are really good at looking in to these and getting them resolved. 如果您还没有,我鼓励您在github( https://github.com/rstudio/DT/issues )上提出一个问题,因为rstudio团队非常善于研究这些问题并解决它们。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM