I'm having some containers that use 50 or 75% of width. My question is that what is the best way for filling the rest of the container? Have thought of making container with no items in it but maybe there is more accurate way for this.
Thanks for the answers!
The question was that if I really should make an empty container or there is another way for getting container columnWidths sum to be equal to 1.
Currently understand that the question is somewhat stupid as I can decrease container width.
What I have is search panels, where in one column is query parameters (date from, date to etc) and in the second one are search buttons (search, search this month, search last month etc). And as the containers don't have the same amount of items in it, the sum of columnWidths won't be 1. But yes, just making container width 75% or 50% (respectively 3 or 2 items in it) solves the problem.