AG Grid is a client-side JavaScript grid which is designed to be framework agnostic. It is not dependent on any framework, allowing it to be easily integrated with any of them. Use this tag for questions related to problems with the configuration of AG Grid and its integration with other tools.
4,273 questions 1
- Bountied 1
- Unanswered
- Frequent
- Score
- Unanswered (my tags)
How to set total row count and page count in ag-grid pagination in pagination panel from api call
I am trying to set the pagination panel numbers with the numbers that is received from api call. For instance,I would want to change the ag-26-row-count number with the number i have received from ... pagination ag-grid
Nancy
- 785
How to remove css classes in ag grid
cellClassRules: Rules that return true will have the class applied the second time. Rules that return false will have the class removed second time. What does it mean ' second time' How to remove ... css ag-grid ag-grid-react
samridhi jain
- 1
How to show total in ag-grid header
How can I show total in header? For example, I want to show total count of age as Age(x) ag-grid ag-grid-react
vam
- 412
how to style different tables ag-grid?
SITUATION #1: I have tables with different styles. When I go back to Table №1, Table №3, and Table №4 it takes styles from Table №2. How can I apply styles to Table №2 for this table only? Is there a ... reactjs ag-grid ag-grid-react
Sweet Caramel
- 95
react ag-grid calling function inside the custom component from parent
I am using a custom component in toolbar, is it possible to call a function inside that component from parent? side bar options where I add my custom component sideBar = { toolPanels: [ { ... ag-grid ag-grid-react
NTP
- 4,164
onPaginationChanged event is not working in ag-grid
I am using ag-grid onPaginationChanged event to do api call for server side pagination so that I need to pass the page number to the api. But the event is not getting triggered. this.gridOptions = { ... pagination ag-grid
Nancy
- 785
ag-grid-react: getSortModel is not a function
I'm trying to get sort model from ag-grid-react component using getSortModel() but I'm getting getSortModel is not a function my code onSortChanged={useCallback(e => console.log(e.api.getSortModel(... javascript reactjs sorting ag-grid ag-grid-react
KARTHIKEYAN.A
- 14.8k
Ag-grid two context menu buttons to copy rows into clipboard with different delimiters
I am trying to implement two Copy buttons in the context menu to be able to copy data with different delimiters. One is the default('\t') copy button and the second is "Copy with Pipe('|') ... ag-grid
Volodymyr Zherebnyi
- 85
What is the correct type to use for a single ag grid row?
I'm using Vue 3 with ag grid and want to know the type of a single row. The docs come up with examples like rowData: [ { make: "Toyota", model: "Celica", price: 35000 }, {... javascript typescript vue.js ag-grid ag-grid-vue
baitendbidz
- 65
How to set a max column length for streamlit-aggrid
If I have a really long column entry that takes up most of the table (like below) how do I set the table options such that it gets truncated? import streamlit as st from st_aggrid import AgGrid ... python ag-grid streamlit
Travasaurus
- 463
ag-grid Server-side filtering by unique keys - filter list can contains milion keys
We would like to implement a server-side filtering and display all unique keys in the filter list. Unfortunately, there may be milion items in the list. Does it exist a way how to do it? Do we have to ... filtering lazy-loading ag-grid ag-grid-react
Martin Sevcik CZ
- 1
How to get formatted value of any column from a cellRenderer
According to the docs, a custom cellRenderer will only get the formatted value of that column (under the name valueFormatted) and not any other fields. Example: Here, Mobile field is formatted using ... javascript ag-grid ag-grid-vue
Anekan Devadoothan
- 77
How to set ag-grid drop-down values programmatically (in JavaScript)?
I have this cell in my grid. { headerName: "Type", field: "Type", getQuickFilterText: () => '', editable: true, ... javascript drop-down-menu ag-grid
Saurabh Jai
- 1
Want to hide ag-grid on first component load
As my requirement i want to hide the ag-grid on angular component load, based on customer value selection from drop down it call apis & load with the api data into the ag-grid. in short initially ... ag-grid ag-grid-angular ag-grid-ng2
meet patel
- 153
Displaying data based on type of user authentication
So I am have made a laravel authentication application that can log in/register users based on a type and depending on a type they can see different information in this case data tables. I used the ... json laravel vue.js ag-grid
Anshul Raj
- 37
153050per page