Good day.
There are two tables (table tag). One is located exactly below the other. The top table has one row. In the bottom "X" lines. The number of columns in the top and bottom tables is exactly the same.
Question: how to assign a width equal to the width of the corresponding column of the lower table to each of the columns in the upper table? The catch is that I use Angulyar. Ie, of course, you can go through the DOM and try to change it there. But at the moment when the corresponding piece of code is launched in the script, the Angular view has not yet displayed the data from the model, and the code simply sees an empty table.