How can I use autoSizeAllColumns only header?
columnApi.autoSizeAllColumns(); -> header + content columnApi.autoSizeAllColumns(skipHeader: true); -> content
I don’t want to measure the length of the header directly, I want to use the function of ag-grid.
New contributor
LeeJemin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.