Questions tagged [ag-grid-react]

ag-Grid is an advanced user interface grid designed to integrate deeply into React. Questions related to this tag should target specifically the use of ag-grid with the React JavaScript library.

Github repository: https://github.com/ag-grid/ag-grid

Related tags:

637 questions
0
votes
1 answer

Is it possibile to create a master detail grid with cell render based on a network call?

I created a static master detail grid with some data inside and it works fine, now I would like to populate my "node child detail" getting data from a network call, is it possible? My code is very similar to this.
michoprogrammer
  • 989
  • 15
  • 41
0
votes
1 answer

Row issue with Ag-Grid

I'm trying to manipulate the style of a data-table being used with ag-grid plugin. The background colour of each row seems to cut off before the end of the table when it's inside of a CSS overflow parent. What can I do to avoid that cut off so that…
Farreal
  • 965
  • 3
  • 15
  • 35
0
votes
1 answer

Ag-grid: Data Size Limitation for Enterprise license

I am integrating ag-grid in my product and wondering if anyone has done stress testing of ag-grid to see the limits of # of rows/#of columns (or file size) can break ag-grid?
0
votes
1 answer

react: running a method after second time componentWillRecieveProps is called

I have a main ag-grid for my react app. It re-renders when a button is clicked (which provides new data). I wanted to add a pre-filter that initially filters the data. so I created a new method which creates my prefilter model and then applied…
user3120554
  • 511
  • 1
  • 8
  • 18
0
votes
1 answer

ag-grid: pre-setting a (default) filter for the grid

I have a react app and everything seems to work fine. I want to add an additional piece of functionality with filtering although I'm currently stuck. Can anyone provide some advice on how to preset the filter using the example filtering method I've…
user3120554
  • 511
  • 1
  • 8
  • 18
0
votes
1 answer

ag-grid checkboxSelection default value

I have an ag-grid with a simple checkboxSelection and would like to have some rows "checked" when loading the grid/data. { headerName: ' ', colId: 'select', checkboxSelection: true, …
Bear
  • 31
  • 1
  • 6
0
votes
1 answer

ag-grid-react accessing the corresponding row of a chosen column value

I'm using ag-grid-react and I would like to access all the other column values of a row based on the value of one of its columns. Is this possible? This should be a very easy and direct method but, strangely, I've found no accurate answer in the…
Julia
  • 7
  • 4
0
votes
1 answer

AgGrid setFrameworkBeans is not a function

I am using a trial enterprise version of ag-Grid v 8.0.0 in react. I have installed ag-grid-react v8.0.0 and have set the license. If I try to create an Ag grid react using
ajaykumar
  • 516
  • 5
  • 15
0
votes
2 answers

React component Ag-grid filterChangedCallback does not trigger doesFilterPass

I am attempting to programmatically cause a filter to run doesFilterPass on component load. So far I've tried adding filterChangedCallback to componentWillMount, componentDidMount, componentWillUpdate and componentDidUpdate calls. However none of…
David Choi
  • 3,931
  • 8
  • 24
  • 27
0
votes
1 answer

How to get custom values for each richSelect in ag-grid

I have ag-grid reach based application where richSelect dropdowns are being used for certain columns. For some of richSelect columns, values in the dropdown should be based on an id. My JSON data would look like this: data : [{ collegeId :…
Yogesh
  • 1,230
  • 3
  • 13
  • 18
0
votes
1 answer

Ag-grid + React + Redux not styled

I am able to build the example app of app of AG-Grid. It's running smoothly and is styled nicely. Then I would like to move it to my app but it seems that the styles are not applied. I put all the example files from…
Amio.io
  • 17,083
  • 11
  • 66
  • 100
-1
votes
0 answers

How do I remove -> expression from excel sheet for grouped columns ,in ag grid react

I want to move this parent - child -> row expression from excel sheet , in ag grid grouped column
-1
votes
1 answer

How to center align tables in the Ag-Grid in React.js

I am new to Ag-Grid React, I have created the table but by default, they are aligned on the left side. Can anyone tell me how to center align tables in AgGridReact?
-1
votes
1 answer

Warning in ag-Grid: You are mixing modules (i.e. @ag-grid-community/core) and packages (ag-grid-community)

i'm using these npm modules for the ag-grid: "@ag-grid-community/react": "^25.0.1", "@ag-grid-enterprise/all-modules": "25.0.1", "ag-grid-community": "^25.0.1", "ag-grid-enterprise": "^25.0.1", "ag-grid-react": "^25.0.1", and these imports : …
Bardelman
  • 1,934
  • 6
  • 31
  • 60
-1
votes
1 answer

groupRowInnerRenderer not being called after a call for api.setColumnDefs(columnDefs)

It has been a while since i was struggleing with this issue I made this plunker trying to reproduce the bug i had https://plnkr.co/edit/npifAORP3KAmzrJI As you can see there is a button "Switch row group" which call a function which itself calls…
Bardelman
  • 1,934
  • 6
  • 31
  • 60
1 2 3
42
43