How can I get column header width (angular mat-table) in typescript? I tried to use id and get elementById.clientWidth but it doesn’t work for mat table column.
I need to get the size of each column from the table to set the filter width above it for each column.