How to dynamically Break FlexBox Column to start a new column
问题 I have a dynamic list of items (containing text) placed column-wise which I need to break after every 5 th item . I have only 2 constraints: Width of each Item is 100px - if the text overflows, it must wrap around to next line. Each column must contain at-most 5 Items. The number of items are NOT known. If there are less than 5 items in the list they can be kept in the same column. If there are more then they must wrap to next columns. Since I do not know the number of items or their content