我正在尝试使用JqxGrid在Polymer中实现嵌套网格(如嵌套网格的演示中所示,具有相同的数据)。 网格使用父详细信息进行渲染,但面临以下问题 1.只有第一行能够展开/折叠 其余的行没有崩溃 3.儿童网格固定在某个位置 4.滚动
时子网格的值正在变化尝试在对话框窗口中启动网格时。行展开/折叠事件根本不会触发。
我该如何解决这个问题?
尝试使用plunker中的代码: - {http://plnkr.co/edit/f5dHsBIhcIxTQQEggtr6?p=preview}
尝试使用plunker中的弹出代码: -
rootView = ((Activity)mContext).getWindow().getDecorView().findViewById(android.R.id.content);
RelativeLayout loadingTempCoverRelative =(RelativeLayout) rootView.findViewById(R.id.loadingTempCoverRelative);
if(loadingTempCoverRelative!=null){
loadingTempCoverRelative.setVisibility(loadingTempCoverRelative.getVisibility() == View.VISIBLE ? View.GONE : View.VISIBLE);
return;
}
谢谢, Sanith
答案 0 :(得分:0)
您正在查看JqxGrid的错误示例。
如果您正在使用Polymer goto link:http://www.jqwidgets.com/customelements/grid/grid-row-details.htm