問題タブ [angular-ui-grid]

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 投票する
2 に答える
1942 参照

javascript - angular-ui-grid with wrong cellClass

I’m having problems with ui-grid cellClass definition. When the grid is first shown, the definitions are right but, if the user scrolls vertically, the wrong class is defined. I’m following the Tutorial example. This is a simplified version of my gridOptions:

When the grid is shown, only cells with values above 200 have the red class. However, if the user scrolls, the cellClass function keeps getting called and the red class is randomly attributed, some cells with values bellow 200 have it, some with values above 200 doesn’ t. In the log, I only see values above 200.

I’ m using angular-ui-grid 3.0.0-rc.16

Update 1:

It seems to be a bug in ui-grid component. I was also able to reproduce in the tutorial example. If you go to http://ui-grid.info/docs/#/tutorial/111_cellClass only the Velity company, in the second column, should be blue. However, if you keep scrolling down and up quickly, eventually you will see other cells with blue text.

Update 2: I opened this issue. The problem also happens when you sort the grid.

0 投票する
1 に答える
5774 参照

angularjs - Angular UI Grid は、コンテンツに基づいて行の高さを調整します

グリッドの行の高さを調整してコンテンツ全体を表示することはできますか?

0 投票する
4 に答える
41961 参照

css - ui-grid 行の高さを変更するには?

私はui-gridを使用しています。行がたくさんあるので、スクロールを使用します。行の高さを変更しようとするまで、すべてが正常に機能します。その後、スクロールがめちゃくちゃになります。ここに例を追加しましたhttp://plnkr.co/edit/S6ylwOVgcQp7CSsZZxpR?p=preview これは ui-grid Web サイトのチュートリアルの 1 つです - 私が変更したのは CSS だけです。これらのルールを追加しました。

上記の CSS ルールを削除すると、スクロールは問題なく機能します。したがって、行の高さを適切に設定するには、CSS ルールを追加するか、グリッドの API を使用する必要があります。どんな助けでも大歓迎です。

行の高さを変更してスムーズにスクロールするにはどうすればよいですか?

更新: デフォルトのグリッドと変更された CSS のグリッドの比較は次のとおりです: http://plnkr.co/edit/x1nQGvpkY4bRMs9D09Ws?p=preview 各グリッドの行を上下にスクロールしてみてください。違いはかなり明白なはずです。