I wan't to enable Freeze Column left and Unfreeze Column feature in my Angular 09 project which I am using Angular Material and NGX data-table. I developed it by enabling the NGX data-table property [frozenLeft]="true" but there is a draw back in my solution. When I right click on a column header and make it freeze selected column is freeze but checkboxes moved to right conner. I wan't to fixed the checkboxes(both header and column) left hand corner in the table. (Images are attached to the problem)
I wan't to enable Freeze Column left and Unfreeze Column feature in my Angular 09 project which I am using Angular Material and NGX data-table. I developed it by enabling the NGX data-table property [frozenLeft]="true" but there is a draw back in my solution. When I right click on a column header and make it freeze selected column is freeze but checkboxes moved to right conner. I wan't to fixed the checkboxes(both header and column) left hand corner in the table. (Images are attached to the problem)