Ask Question

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

0votes0answers4views

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 ... user avatar Nancy

  • 785
0votes0answers8views

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 ... user avatar samridhi jain

  • 1
0votes1answer17views

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) user avatar vam

  • 412
1vote1answer40views

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 ... user avatar Sweet Caramel

  • 95
0votes0answers12views

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: [ { ... user avatar NTP

  • 4,164
0votes0answers10views

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 = { ... user avatar Nancy

  • 785
0votes0answers15views

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(... user avatar KARTHIKEYAN.A

  • 14.8k
0votes0answers13views

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('|') ... user avatar Volodymyr Zherebnyi

  • 85
0votes0answers17views

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 }, {... user avatar baitendbidz

  • 65
0votes2answers34views

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 ... user avatar Travasaurus

  • 463
0votes0answers11views

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 ... user avatar Martin Sevcik CZ

  • 1
0votes0answers21views

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 ... user avatar Anekan Devadoothan

  • 77
0votes0answers18views

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, ... user avatar Saurabh Jai

  • 1
0votes1answer14views

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 ... user avatar meet patel

  • 153
0votes1answer40views

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 ... user avatar Anshul Raj

  • 37

153050per page

1 2 3 4 5285