Gwt CheckBoxCell检查取消选中问题

时间:2015-07-01 10:06:03

标签: gwt

我无法检查或取消选中Gwt CheckBoxCell。它在Chrome中运行良好但在mozilla中根本不起作用。我在做什么错?请建议。当我选择selectAllHeader无法检查/取消选中mozilla虽然在chrome中同样有效。

vtkRenderWindowInteractor

1 个答案:

答案 0 :(得分:0)

可能是浏览器兼容性问题 - 元标记可能会帮助您

<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">

有关详情,请参阅以下网址 -

What does <meta http-equiv="X-UA-Compatible" content="IE=edge"> do?