问题标签 [bwu-datagrid]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
46 浏览

dart - bwu_datagrid, how to override row background colors and add a row :hover color

I'm trying to override the odd/even colors and give the row a ":hover" background color, but I cannot override:

Here is what I've tried on my Theme html with no results :

Adding ":hover" to this last rule doesn't get trigger when the row is moused over. I'm hoping that this is possible, so when someone hovers on any cell in a row, the entire row changes background color.

0 投票
0 回答
27 浏览

dart - bwu_datagrid,重置数据视图后挥之不去的排序指标

我正在为我的网格的数据提供者使用“dataView”无组。重置数据提供者后,我的最后一个“排序”列标题与排序箭头一起显示。有没有办法强制列“重置”所有排序指标等?

我通过以下方式重置数据提供者:

到目前为止,我发现的唯一解决方案是告诉网格将 '' 列设置为其排序列。当数据网格知道其数据提供者已更改时,必须这样做似乎很奇怪。

我在:SDK 1.15.0,Polymer1.0 1.0.0-rc.17

0 投票
1 回答
20 浏览

dart - 一页上有两个 BwuDatagrids

我有带有纸抽屉面板的聚合物纸布局,两个聚合物组件包含 BwuDatagrid 元素。当在一个页面上呈现两个带有 bwu-datagrid 标签的组件时,我遇到了一些麻烦:

在此处输入图像描述

但是,如果没有在 paper-drawer-panel 中渲染组件,它的工作方式如下:

在此处输入图像描述

它可以是什么?我该如何解决?

0 投票
0 回答
101 浏览

dart - 从选定的 bwu_data_grid 行获取行 ID

我订阅了 bwu 点击事件:

我有表格的分页。单击第一页上的行时,我得到正确的行 ID。但在其他页面上,我从第一页获得行 ID。

在此处输入图像描述 我预计有 768 和 769 个 ID。

页面更改时我应该做些什么吗?