Relative Content

Tag Archive for ag-gridag-grid-angular

Is there a way to prevent AG grid from hiding the loading spinner?

I’m using AG Grid in Angular and I have a loading spinner that I want to show and hide based on an observable, but it seems like AG Grid is hiding the spinner when the rowData is populated. Is there a way to make AG Grid ignore the rowData and only hide the spinner when I want it to be hidden?

AG Grid – ‘suppressAndOrCondition’ doesn’t work

I am trying to use ‘suppressAndOrCondition’ filter parameter but it looks like it does not work anymore. I don’t know if I am going crazy or what but I did not find any mention about deprecating this option, I did not find any mention in code, on github, in docs/api, on SO, anywhere.

AG Grid Custom Tool Panel – catch Grid Ready Event

I have a custom tool panel I have implemented that allows users to save the column and filter state to browser localStorage with a user defined name, and also to select among a list of names to reload those column and filter settings. This is all working fairly well.