问题标签 [igx-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 投票
1 回答
96 浏览

angular-ui - 带有按钮的 Igx 网格单元

我正在使用 Ignite UI 开发一个 Angular 项目。我在 igx 网格的每个单元格中有一个 igx 网格和“编辑”按钮。

编辑按钮

当我编辑其中一个单元格并按Enter键时,更改后的单元格值如下所示:

改变1

而不是像这样的斜体:

改变值

这是我的 igx 网格。

如何在 igx 网格的单元格内添加一个按钮,以便更改的数据将像第三个屏幕截图一样以斜体标记?

我认为<span>- 元素不是正确的,如果是,我应该使用哪个 HTML 元素?谢谢。

0 投票
1 回答
31 浏览

angular-ui - Fixed igx column

Hi I have a igx grid in which one of the columns is filled out with delete-buttons.

I want to make this column fixed as shown here:

enter image description here

Can I exclude the column with the delete-buttons from pinning/hiding and all other operations and show it always on the first position in the igx-grid. I do not want the user to be able to perform any operations on the column with delete-buttons. The user should be able to pin/hide/move etc. the other columns.

Currently the delete column is shown as pinned, which I do not want, because the column is shown without name:

enter image description here

Here is my grid:

0 投票
0 回答
7 浏览

angular - Angular:Angular 的 IgxTextHighlight 指令 UI 不起作用。可能是什么问题呢?

我在我的 Angular 项目中使用了这个网站的第一个示例:

链接:https ://www.infragistics.com/products/ignite-ui-angular/angular/components/texthighlight

但我只得到结果的计数,但它们没有突出显示,我不能跳过它们。

在此处输入图像描述

搜索后出现的文字:

在此处输入图像描述

有谁知道为什么它不起作用?