Modify Data Structure
Closed this issue · 0 comments
khml commented
Current Data Structure
Row1 { Col1-Cell1, Col2-Cell2, ...}
Row2 { Col1-Cell1, Col2-Cell2, ...}
Improve Data Structure
Col1 {Row1-Cell1, Row2-Cell1, ...}
Col2 {Row1-Cell2, Row2-Cell2, ...}