Top "Ag-grid" questions

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

Ag-grid-Enterprise expand/collapse all row using button? Very slow crashing FF and Edge

I created a button to expand all the rows in ag-grid (Enterprise) having 150 rows in the grid. It is working …

javascript angular ag-grid
Refresh component after doing a router.navigate

I am trying to navigate from one component to another component using : this.router.navigate(['/path/'], '_blank'); …

angular angular2-routing ag-grid
how to pre-set column filter in ag-grid

I have an Ionic/Angular app using ag-grid. I would like certain grids to have a filter automatically applied when …

ag-grid ag-grid-ng2
ag-grid-angular: Error TypeError: rowData.forEach is not function

Trying to incorporate ag-grid-angular in my project. I have succeeded in getting it to work with static data with filtering …

ag-grid ag-grid-angular
How To translate "No Rows To Show" message in ag-grid?

How to translate "No Rows To Show" message in ag-grid based on the user selected language? I tired something like …

ag-grid
Ag-grid in Angular does not refresh when RowData is changed

I have fully set up an ag-grid in Angular 6 which shows all of the rowData correctly when the page is …

angular typescript ag-grid angular6 stackblitz
How to write custom Sorting in ag-grid?

I have a custom sorting function which sorts alphanumerically. I have set it to comparator as mentioned in ag-grid but, …

angularjs sorting columnsorting ag-grid
With AG Grid, prevent row click event when cell is clicked?

I'd like to stop event propagation on all cell clicks since I'm using onRowClicked to do some actions. When a …

ag-grid ag-grid-ng2
Ag-grid hiding rows

Is there any implemented functionality to conditionally hide rows? I instantiate them like this: let rows = [ { name: "Adam", isVisible: true }, { …

ag-grid ag-grid-ng2
Switch between editable and non editable mode in ag-grid

I am using ag-grid to display and modify data.How Can I switch between editable and non editable for the …

ag-grid ag-grid-ng2