Can anyone help me to apply custom style to Ag-grid header separator In Angular. Using border-right property its applying style to last column as well, In my case last column header should not have separator. Using not and last child clause its disturbing the CSS.
Please help me to apply custom style to Ag grid header separator.
Use the headerClass property in column definition.
Refer this documentation about column properties: