Questions tagged [ag-grid-column]

4 questions
47
votes
10 answers

How to hide column in AG-Grid?

How to hide the column in AG-Grid and also it should not be displayed in Tool Panel... var columnDefs = [{ headerName: "Stone_ID", field: "Stone_ID", width: 100, hide: "true" }]
nkota
  • 555
  • 1
  • 6
  • 15
2
votes
0 answers

How to add custom column menu using ag-grid-community

I want to be able to add a custom menu to the column header on click of the header cell using ag-grid. The option is available when using ag-grid-enterprise. But how can that be done using ag-grid community (the free software version). Please refer…
user2523982
  • 73
  • 1
  • 8
1
vote
0 answers

React AG-Grid columns flashing until is fully load

I am using Ag-grid with callback for onGridReady to add some additional columns. Every time when the grid is loading there are some seconds until columns fully fit the screen. Can I somehow catch the event when the columns are completely ready?…
0
votes
0 answers

Enter Keyboard Functionality on Grid Cell while using Navigation

Hi I have started using AG GRID table, I think it comes with good functionality , I wanted to understand how can I implement Cell Keyboard Entered similar to Cell Edit for my custom cell component, What I wanted here is that When end user try to…
Gaurav
  • 3
  • 3