问题标签 [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 回答
548 浏览

vue.js - Nuxt 需要超过 1 小时才能构建

我正在构建一个 Nuxt 应用程序。我做了一些研究,但没有找到明确的解决方案。

0 投票
0 回答
60 浏览

javascript - Increase width of ag-grid filter with specific column

I want to increase width of ag-grid filter with specific column enter image description here

I have tried to fix with css but its affecting with every column.

Thanks in Advance

0 投票
1 回答
115 浏览

ag-grid - setFilter 工具提示未显示在过滤器列表 ag-grid 中

我在过滤器列表中使用 ag-grid 22.1.1 版本我无法看到我设置属性的工具提示

这就像 ag-grid doc https://www.ag-grid.com/react-grid/filter-set-filter-list/#filter-value-tooltips

感谢和问候

0 投票
0 回答
104 浏览

ag-grid - 切换 Ag-Grid 图表的行/列

我是 Web 开发的新手,想在此数据上使用集成折线图。我遇到的问题是图表默认使用列作为系列,而我希望每一行都是一个系列。是否可以在 Excel 中将此行为切换为更像这样?

0 投票
0 回答
41 浏览

javascript - 具有 autoGroupColumnDef 中的树结构的 AgGrid 中的奇怪行为

我在 AgGrid 中有一个 TreeView,我的 autoGroupColumnDef 是一个可编辑字段,架构类似于:https ://embed.plnkr.co/VLDTtiLtkWM71qA0k43U/ 重点在这里:

当我编辑并按 Enter 时,它不会保存编辑,因此我们必须提供一个 valueGetter/Setter。valueSetter 是它中断的地方我必须从网格中删除该项目并再次插入它,更新不适用。

有什么解决办法吗?我的意思是编辑一个根 autoGroupColumnDef 单元格,它也应该适用于所有孩子。它是一个非常常见的用例。因此提供 AgGrid 一个 plunker ?

0 投票
0 回答
30 浏览

javascript - 加载保存的选定数据 ag-grid 表

我的桌子有一些问题ag-grid,我正在使用Vue.js框架。

我正在尝试在该表中导入选定的数据,例如:
我加载了一些数据并且我正在选择一些行,有一个刷新该数据的按钮,但如果刷新数据,它将清除该选定的数据。我仍然拥有保存所选数据的状态。

所以这是我的模板:

如您所见,我实现了一个按钮和 ag-grid。
这是getSelectedRows函数的外观:

这是一个columnDefs例子和一些gridOptions(我不知道那是什么):

如何加载已保存的选定数据?

0 投票
1 回答
256 浏览

vue.js - 需要在 AG-Grid 过滤器中使用空格分隔值来返回每个匹配项

我的任务是将一些 UI-Grid 移动到 AG-Grid。我需要允许用户将空格分隔的字符串用于列过滤器,因此“1 4 23 88”将返回列具有 1 或 4 或 23 或 88 作为值的所有行。AG-Grid 具有下拉 OR 选项,但添加了单击,并且只允许两个值。

使用 UI-Grid,columnDefs 中的 filter 参数可以有一个条件:

FilterFunction 只是具有自定义逻辑并返回 true 或 false。

AG-Grid有类似的东西吗?通读文档似乎过度参与创建自定义过滤器。UI-Grid 解决方案就像 6 行代码。

CentOS 7,VueJS

0 投票
0 回答
67 浏览

ag-grid - how to handle paste operation when the ag-grid has no rows?

In our AG Grid implementation. Sometimes we have an empty grid that has no rows at all.

In that case, how we trigger the Ctrl+V and trigger the paste operation?

According to the docs here, it said that you have to either have a row/range focus to trigger the ctrl-v paste callback.

Alternatively, I have added a paste command on the context menu. But, in this case how to get the clipboard contents?

Any suggestion on how to do that.

0 投票
0 回答
110 浏览

javascript - Axios + Vue + ag-grid-vue ... 未找到依赖项

所以,我对 VueJS 还是很陌生。在我的任何其他应用程序上集成 axios 从来都不是真正的问题,但由于某些原因,这个应用程序不会出现。

它不喜欢仅 npm,或仅 CDN,或 CDN+npm install 的当前实现。

希望大家能帮帮我!不太确定问题是什么,谷歌搜索也没有太大帮助。

~期望的结果:在 vue 应用程序中通过 axios 发布

~当前状态错误:

~ 在 zShell 中运行以上命令时发生了什么: zsh: parse error near `&'

~package.json 文件:

~相关脚本代码:

0 投票
0 回答
29 浏览

vuejs3 - 我已将 ag-grid-vue3 导入 vue3 项目,但当 rowdata 更改时无法呈现

在 VUE3 框架中引入了 ag-grid-vue3。更改rowData数据时,ag-grid-vue3组件无法渲染最新数据