My objective is to extract the width of the table and use it as a reference point for applying styles dynamically. Here's an example:
div class="nano-table-grid"
[ngStyle]="{ tableCurrentWidth < 1200px ? 'flex: none; max-width: 75px;'}>
However, I'm currently facing difficulties in obtaining the precise width of the table.