I am working on AgGrid (AgGridReact component) with one of the header cells having a checkbox for 'select all'

Was wondering if there is a way to pad/margin the select-all checkbox in alignment with the checkboxes in the column.
I am working on AgGrid (AgGridReact component) with one of the header cells having a checkbox for 'select all'

Was wondering if there is a way to pad/margin the select-all checkbox in alignment with the checkboxes in the column.
Copyright © 2021 Jogjafile Inc.
You can add
headerClassto a specific column definition and apply the css style as usualCss
Live Demo