I am trying to add a button to only one AG-Grid header. I am able to add buttons to all headers using frameworkComponents but I need to apply it to a specific column. I tried headerComponentFramework but couldn't succeed. Any Idea of how to achieve it in ReactJS based project. This question is similar to Angular - Ag-grid cellRendering only on one column header
Asked
Active
Viewed 240 times
1 Answers
0
Hope this will help you.You can use any custom button. I used material button for demo Button in custom header of Ag-gird

Mahesh Reddy
- 34
- 6
-
I couldn't find a button for any ag-grid header in the example – Krishnath Jun 02 '20 at 17:03
-
Unfortunately removed demo and now I updated. https://codesandbox.io/s/react-ag-grid-cellrendering-only-on-one-column-header-l59b5?file=/src/Grid.js – Mahesh Reddy Jun 12 '20 at 15:21