Grid's Columns and Hflex
From Documentation
Data Length : Dynamic
If users can't control the data size, that means, you should take both short data and long data situation into consideration.
Now we have several attributes, rules, and situations, please choose the right solution for your case.
Specification | Span=true | Hflex proportion | Hflex=min | Specific Width |
---|---|---|---|---|
Fill whole Grid | One of below attribute was set | X | ! | |
No Scrollbar Grid | V | X | ! | |
No Content Wrapping Column | V | ! | ||
Fill whole Grid + No Scrollbar Grid | V | X | ! | |
Fill whole Grid + No Content Wrapping | V | All Column Component Should have one of these attributes |
- (Blank) : Doesn't matter
- V : Must set
- X : Must not set
- ! : Acceptable but something need notice.