问题标签 [ag-grid-vue]

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 回答
774 浏览

javascript - ag-grid-vue:如何检测行点击?

我在这里按照示例进行操作。

一切正常,现在我想检测一行点击并获取事件的数据。

这是我的App.vue

但是,onRowClicked当我单击一行时,不会调用该方法。

我在这里缺少什么?

0 投票
1 回答
208 浏览

ag-grid - Ag-Grid. How to send slots to "ag-side-bar"?

I have a tool panel and I want to send slot (e.g. <h1>Edit table columns</h1>) to above of the search input. Is there any way to do this?

enter image description here

0 投票
1 回答
654 浏览

ag-grid - 如何将菜单按钮添加到 ag-Grid 行?

0 投票
1 回答
482 浏览

html-table - 如何使 ag-Grid 表响应以使标题和行被转置?

请参阅“折叠行”动画示例

响应式表格的动画

这与我想要实现的目标相似。

我希望我的表格能够使用重组自身的方法进行响应,以便它显示每个原始行转置(但也转置标题并复制它们以便它们标记每一行)。

ag-Grid 似乎是一个具有无数功能的非凡库,所以我很惊讶文档似乎没有指定如何实现我的目标。

0 投票
1 回答
297 浏览

vue.js - Aggrid vue i18n:更改语言后不刷新网格标题名称未翻译

我在我的项目中使用 i18n 进行本地化,但是每当我更改语言时,除了网格标题名称之外,所有页面的翻译都可以!当我刷新页面时它变得正常。如何在不刷新的情况下解决这种情况?

0 投票
0 回答
73 浏览

javascript - gulp4 - 无法使用 AG Grid Vue 编译 Vue 应用程序

似乎 Gulp JS,可能 Babel 与 ag-grid-vue 不兼容。每当我尝试编译 1 时都会出现此错误:

我的组件之一是导入 ag-grid-vue

我的 gulp 任务如下所示:

我的 package.json 文件安装了以下内容:

这是完整的错误

0 投票
1 回答
221 浏览

ag-grid - ag-grid 企业捆绑包大小

我正在使用 ag-grid,但后来知道它的捆绑包大小很大,由于明显担心捆绑包大小的增加,因此无法将其添加到网站中。

我已经尝试过使用模块 @ag-grid-community/core 的方法,它的包大小再次为 1.88mb。

有没有其他方法可以进一步减小包大小并排除不同的模块?

是否与 ag-grid-enterprise 类似?我可以看看我是否在未经许可的情况下包含它,它也会下载 ag-grid-community/core 模块,这再次破坏了目的。

在此处输入图像描述

0 投票
1 回答
29 浏览

typescript - ag-grid-vue 以编程方式订阅事件

我正在尝试从 Vue 指令订阅 Ag-Grid

我只是想知道这是否可能。

0 投票
0 回答
75 浏览

vue.js - I have a issue with ag grid enterprise floating date filter

I am using ag-grid enterprise but I am facing an issue with the floating date filter(agDateColumnFilter)

there is a dd/mm/yyyy format and when I type 27/02/2 it becomes 27/02/1902 automatically I don't know why anyone can suggest? if I removed ag-grid-enterprise.min.js then its working fine but I want enterprise features

enter image description here

Thanks in Advance,

You can find the same issue in this plunker

script code :

0 投票
1 回答
175 浏览

javascript - 在 ag-grid mo 的 vue 中找到 columnGroupShow

我的 html

我的 json 标头

我想隐藏或显示我拥有的列,但是在设置配置时,打开或关闭的 columngroupshow 在 html 中不起作用

未找到是列中的组显示,请帮助