What is the best way to make table from ListView?
Say, given a 2d array of strings and delegate for all the columns are Labels. How and when to calculate maximum item width for each column while using only QML? Content of each Label is not constant (i.e. implicitWidth is mutable during lifetime).
Practical reason to invent the TableView is the fact, that 1 step to TreeView will remain.