Grid Layout
In dashboard grid layout . What does the value in column width represents?
1. *
2. Difference between auto and * ?
3. How is the scale of the width measurement ? what is the total width of the screen?
4. What does 2* means ?

In dashboard grid layout . What does the value in column width represents?
1. *
2. Difference between auto and * ?
3. How is the scale of the width measurement ? what is the total width of the screen?
4. What does 2* means ?

My experience with this is:
1. *
Tells the grid to make this row or column use the remaining space
2. Difference between auto and * ?
Auto sizes the row or column based on the component size within, * just makes the row use whats left whether it fits the component or not.
3. How is the scale of the width measurement ? what is the total width of the screen?
Measurement is in pixels.
4. What does 2* means ?
If you have two columns (or rows) where one is * and the other is 2*, the second 2* column will always be 2 times wider than the * column.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.