Top "Ag-grid" questions

AG Grid is a client-side JavaScript grid which is designed to be framework agnostic.

Ag-Grid Link with link in the cell

I am building angular 4 app with ag-grid and I am having an issue with trying to figure out how to …

ag-grid
How to change color of ag-grid cells for dynamically changing data

I have a table that loads from dynamically changing data. It refreshes every 5 secs. I'm using ag-grid for it using …

javascript html ag-grid
How to format data before displaying it on ag-grid

I've just discovered ag-grid. I'm using it on angular2+ and loading data from api. One of fields is date, but …

ag-grid ag-grid-ng2
How to disable selection of cells in ag-grid?

I have a simple ag-grid in an Angular project and want to disable selection of cells in one of its …

angular ag-grid ag-grid-angular ag-grid-ng2
how to wordwrap a header in ag-grid

Using ag-grid, is there a way to split a long header across 2 rows... A break in the columnDefs headerName: 'Long&…

ag-grid
ag-grid gridOptions.api undefined in angular 2

I am trying ag-grid in angular2 with typescript, for some reasons I am not able to use the ag-grid APIs, …

angular ag-grid
Ag-grid multiline cell content

I tried to use this solution, but it does not work for me, Its correct resize column height, but text …

multiline ag-grid
How can I get all the rows of ag-grid?

ag-grid provides a way to get selected rows using api.getSelectedRows() function. And provides a way to set all rows …

angular5 ag-grid
How can I center the text in the headers for an AG-grid control?

How can I center the text in the headers for an AG-grid control? I have tried using cellstyle and cellclass …

javascript css reactjs ag-grid ag-grid-react
Is there a way to specify ag-grid column width in percentage?

Right now, the only way I see to specify column grid width is to add a width property to column …

angular ag-grid percentage column-width