table-header-group不在chrome中工作

时间:2014-10-20 08:03:50

标签: jquery css google-chrome tableheader

虽然以下代码在this stackoverflow question的答案中所述的chrome中不起作用,

<style type="text/css">
    @media print
    {
      thead { display:table-header-group }
      tbody { display:table-row-group }
      tfoot { display:table-footer-group }
    }
</style>

是否还有其他使用jquery的技巧/黑客在Chrome中修复它?

我的示例表位于:http://jsfiddle.net/mpsbhat/b6cxmqyj/2/

0 个答案:

没有答案