Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
52 views

I am using AgselectedRowCountComponent in the status panel of an ag-grid table to display the count of selected rows. However, when i filter the data and use the "Select all" functionality, ...
Vicky's user avatar
  • 1
1 vote
1 answer
257 views

I have one vue app, which uses Ag-Grid and I have a vuejs component as a custom column filter for Ag-Grid. https://www.ag-grid.com/vue-data-grid/component-filter/ https://www.ag-grid.com/vue-data-grid/...
martonx's user avatar
  • 2,045
0 votes
0 answers
57 views

I have a trouble with ag-grid migration from version 32 to 33. rowData for grid is an array of reactive objects. In previous version, I was able to access object functions in cellRender, because ...
pavelH's user avatar
  • 21
-1 votes
0 answers
56 views

I am using AG Grid v30.2 with Vue 2 and have a column with agRichSelect as the cell editor. I want to display a tooltip when hovering over the dropdown options inside the agRichSelect editor. Is it ...
Vicky's user avatar
  • 1
0 votes
1 answer
37 views

I am currently building out an application that is using ag-grid and would like to be able to implement a custom column header component. The app is written in Vue Typescript and all of the individual ...
Mark D's user avatar
  • 11
0 votes
0 answers
51 views

I try to use 'rowspan' in ag-grid-vue3 but it's works like this. Second cell is still alive. This is my code const diagnosisListGridOptions = ref({ rowData: diagnosisListRowData.value, ...
user29606229's user avatar
0 votes
0 answers
73 views

Geting warning as follows ==> AG Grid: rowGroup is only valid with AG Grid Enterprise Module @ag-grid-enterprise/row-grouping - your column definition should not have rowGroup But rows where not ...
user10373975's user avatar
0 votes
1 answer
128 views

I think I'm a bit confused on how to implement my cell editor as I'm testing out AG Grid. I have a field called "Week1" with a value of "a:8:0.63:0:1:0:1". I'm using a ...
JoelCool's user avatar
  • 343
1 vote
1 answer
246 views

I'm using ag-grid-vue enterprise 32.1.0. Server-side pagination with server-side sort. When i sort a column, the params passed to getRows() preserve the startRow and endRow of the current page. How ...
goddas's user avatar
  • 161
1 vote
0 answers
143 views

I'm facing an issue while trying to automate a table built with AG Grid using Selenium. The data I'm attempting to access isn't loading in the DOM due to AG Grid's DOM virtualization feature. As a ...
Avishkar Gautam's user avatar
0 votes
0 answers
337 views

Why is AgGrid transaction api allow adding duplicate rows with the same primary key from getRowId() Is this by design or a bug? https://www.ag-grid.com/javascript-data-grid/data-update-transactions/ ...
Fan Chen's user avatar
0 votes
1 answer
268 views

I'm using ag-grid and vue, with the server side row model. I would like to display the count of all the rows, and not only the displayed rows but really the count of all the rows from database. This ...
Liiisey's user avatar
  • 15
2 votes
1 answer
281 views

I'm getting this warning message in my console: AG Grid: You are mixing modules (i.e. @ag-grid-community/core) and packages (ag-grid-community) - you can only use one or the other of these mechanisms....
quant's user avatar
  • 23.6k
0 votes
2 answers
569 views

I'm using ag-grid with Vue 2. I'm upgrading the version of ag-grid from 24 (ish) to 29.0.0. I have ag-grid installed with npm. With version 24 the project imported the styles sheets from the node ...
Patricia Green's user avatar
0 votes
1 answer
366 views

I am using row grouping panel for ag-grid in Vue. Here we can drop column headers to group by any field. Is there any ag-grid parameter or function to check if grouping is active at the moment or not?
PC1509's user avatar
  • 31
1 vote
2 answers
547 views

Vuejs has Composition API SFC for a long time, this is the new default API for vuejs. But ag-grid vuejs documentation contains only old Options API / Composition API without SFC examples. Please ...
martonx's user avatar
  • 2,045
0 votes
0 answers
180 views

I'm trying to update vue-ag-grid's columnDefs with new values using the updateGridOptions method. However, this action resets the horizontal scroll back to the starting position, which leads to a poor ...
Kevin's user avatar
  • 41
1 vote
1 answer
1k views

As title says, my AG-GRID table is not updating Header names. I've trying to update using two ways: manual and auto. How manual way works? I have a simple button that fires a @click="updateHeader&...
Lucas Marra's user avatar
0 votes
2 answers
219 views

When I collapse a certain row that is a header of grouped rows, the rows really disappear, but the header does not return instead I have an empty row and the first child row remains. Other than that, ...
הינדה הרשטיק's user avatar
0 votes
1 answer
2k views

I'm having an issue with displaying data in the pinned row in ag-Grid Vue 2. I'm using pinnedBottomRowData to provide data for the pinned row, but the row remains empty even though the pinned row is ...
sulox32's user avatar
  • 420
0 votes
1 answer
163 views

I am trying to use sparklines on a tree in ag-grid. Is there a way to do this? The aggFunc is called, but the results do not appear to be used. I also tried to set values on the tree itself, but ...
Julie's user avatar
  • 2,009
1 vote
0 answers
167 views

I am working on an Ag-grid project, where I have a toggle button to toggle between two groupBy's. Each group by has different Column definitions, which I am then updating using GridApi. When the ...
Skylord418's user avatar
1 vote
1 answer
4k views

I want to implement a button which allows us to expand/collapse all the Grouped Columns in a programmatic way. Something similar to the already existing expand/collapse icon but for all the column ...
Skylord418's user avatar
0 votes
2 answers
705 views

In ag-grid and Vue2 I have a column that sums its rows. The grid also adds two rows to the top: a totals row and a percentage row. The problem I'm facing is: displaying the sum of the totals column ...
Alexey's user avatar
  • 1
0 votes
1 answer
549 views

I am using AG-Grid. I have bunch of fields in columnDefs and a cellRenderer for one of the fields. I want to refer to another field in the cellRenderer. How can I do it? Thanks
Naga Vijayapuram's user avatar
3 votes
1 answer
453 views

I am using "ag-grid-community": "^29.3.3", "ag-grid-vue3": "^29.3.3", with vue 3 composition api. This is custom filter component which i am using to filter ...
simpledev's user avatar
  • 404
0 votes
1 answer
292 views

See below, when I used the keyboard arrow keys to move 1 row down, the highlighted row is still the one above it:
Matthew Holmes's user avatar
1 vote
1 answer
194 views

I have a page in which I generate in the back-end a table using the AG-GRID library, generating a file (js). This file once generated I call it from my front-end in which I use Handlebars. So far the ...
Khakovs's user avatar
  • 29
3 votes
0 answers
2k views

I am using Ag Grid enterprise and getting below error for inbuilt editors when I used for a column, any thoughts { headerName: "Branches", field: "branches", width: 120, ...
A DEv's user avatar
  • 339
1 vote
1 answer
1k views

I am finding that in ag-grid community edition using vue, if I remove one row from the rowData array, the row removed is immediately removed from the grid. I can see the update right away. But any ...
April Papajohn's user avatar
1 vote
3 answers
989 views

According to the ag-grid documentation (https://www.ag-grid.com/javascript-data-grid/column-sizing/) "The choice is yours, whether you want column virtualisation working OR auto-size working ...
Matthew Holmes's user avatar
0 votes
0 answers
193 views

I have some heirachical data I don't want to display using a tree data structure offered by ag-grid, but on the flat table itself using cell-renderer want to showcase it as a tree. I am able to mange ...
shweta konde's user avatar
0 votes
0 answers
556 views

I am adding a header tooltip for each of the headers in AG Grid. As it also has a column selection menu as well as a Filter Tool Panel, the same headers are displayed in that pop-up menu and they also ...
Dharva Mistry's user avatar
1 vote
1 answer
3k views

I am facing some issues with AgGrid in Vue3 about reactivity. I would like to make every cells reactives to other cells changes with custom inputs components (CellRenderer + CellRendererParams). For ...
adi-rosa's user avatar
0 votes
0 answers
26 views

I couldn't yet figure out what actions lead for the number of HTML nodes to explode in a vue3 app. Where do I start to figure the Unfortunately, there's no error. And after a while, the browser tab ...
Fabio Milheiro's user avatar
0 votes
0 answers
120 views

I am working on a bit older project with ag-grid-vue version 26.2.1 and vue 2 version 2.6.14. The scrolling feature of ag-grid-vue is completely disabled. I tried to follow the documentation and did ...
Tsegazeab's user avatar
0 votes
1 answer
583 views

The requirement is that I want to add the rows based on the selected options from the search as you are able to see from the image (I have selected 2 items from the search) as soon I click on replace ...
shweta konde's user avatar
1 vote
2 answers
2k views

I m working with ag grid react, I have done row group. Now Parent row showing child row counts with numeric values. Is there any function to customise row count style. And I want to calculate rows ...
kush a's user avatar
  • 29
0 votes
1 answer
511 views

I am using ag-grid via ag-grid-vue3, and when I try applying one of the cell editors such as agDateStringCellEditor, it doesn't seem to have any effect. For example, with this column definition: ...
April Papajohn's user avatar
0 votes
1 answer
379 views

I have a use case where numerous background processes are running on the ag-grid row nodes, involving filters and other operations. When I apply a specific filter, such as a time range, I need to ...
Aniket Pawar's user avatar
  • 2,731
0 votes
1 answer
1k views

I've just started learning (exploring the world of frontend if you will) now and received a task to incorporate Ag Grid into a very basic nuxt 2 app, but no matter what i do, it just doesn't seem to ...
uli's user avatar
  • 13
2 votes
1 answer
1k views

I want to bubble up an emit from a child component in ag-grid using vuejs 3. My strategy is to pass the parent component down with the composition API using <script setup> for use in the child ...
Oliver's user avatar
  • 289
1 vote
1 answer
478 views

Using vue3 and ag-grid community edition, when I click on the column menu icon, the text-filter menu does not pop up and the whole grid starts flashing. There are no errors in the console. Browsers: ...
April Papajohn's user avatar
1 vote
1 answer
1k views

There is a similar question named How to sort by the row group count in ag grid? The anwser although marked correct, doesn't solve the issue. It involves using custom sorting provided at a column ...
Mike's user avatar
  • 33
0 votes
1 answer
2k views

I'm tryin to get all id's names from Row Group after clicking on 'Pivot mode' and it gives me just the name of 'Group'. There is any way to get the name of 'Item'?
Liran Hersh's user avatar
0 votes
1 answer
316 views

How to make this kinda search filter in ag grid vue? Link for photo: https://ibb.co/cwVq7DD Docs link: https://www.ag-grid.com/vue-data-grid/tool-panel-columns/#read-only-functions I tried to use but ...
orangecoder's user avatar
0 votes
2 answers
330 views

I'm trying to have user-defined row-ids to prevent rerendering instead of Application assigned Ids as described in Vue ag-grid docs. However, unique row-ids are not getting assigned to the rows and ...
Protagonist's user avatar
  • 1,699
0 votes
1 answer
869 views

My problem is if I have a single row and that row all column is empty I want to hide the row count of the row-group else how many children are there then it has to count each row-group has to ...
PK2995's user avatar
  • 143
0 votes
1 answer
909 views

I am new to ag-grid and JS and I am trying to create a Server Side Paginated View of my data. These are the Test settings I am currently using. They are working fine. datasource: updateDataSource(), ...
kunal's user avatar
  • 429
0 votes
1 answer
336 views

I want to pass two use cases , Suppose the value of cell is initially 1 If I changed it 2 then color of cell should get changed. If again I, changed back to 1 then color of the cell should not get ...
shweta konde's user avatar