# rack-table[en]
![component-Rack-table][rack-table-01]

It is a component that represents a number of warehouse racks in a table structure. With the scalability and flexibility that a table can have, users can easily and quickly model the desired number of racks.   
The following describes the overall properties of rack-table and the property of its single cell. (It has many similarities with table properties.)

- Property :  
1. Row : Adjust the number of rows in the Rack-table.  
2. Column : Adjust the number of columns in the Rack-table.  
3. Zone : Set the zone of the Rack-table.  
4. Shelf : The number of layers on the 3D screen.  
5. Depth : The height of a floor in the 3D screen.  
6. Location pattern : A pattern that defines a unique ID for the location and layer of the rack. {z} is the Zone, {s} is the Section, {u} is the Unit, and sh is the Shelf value.  
  (e.g. If the pattern is {z}{s}-{u}{sh}, it will become A01-0103 when it is A Zone, 01 Section, 01 Unit, 3 floor. )  
7. Shelf Pattern : Shelf Pattern value to be applied to pattern.  
   \# - The number of layers applied dynamically.  
   0 - The number of layers fixed in digits by the number of zero. (ex. 0 = 0~9 / 00 = 00~99)  
8. Stock Scale : The ratio of the size of the objects loaded in the rack. (0 ~ 1)  
9.  Hide rack columns : Hide the columns of rack.  

- Property of a single cell of Rack-table :  
1. Section : The Section value to be applied to the pattern.  
2. Unit : The Unit value to be applied to the pattern.  
3. Is Empty : Empty the corresponding cell when checked. (If the entire row is empty, the row will be considered as a passage.)  
4. Start Section : Starting Section value of rack when using the location specification of rack.  
5. Start Unit : Starting Unit value of rack when using the location specification of rack.  
6. Skip Numbering : Skip empty cell without specifying Location.  
7. Location Pattern:   
      * ![clockwise][rack-table-location-pattern-cw]: Beginning from the top left of the section (Rack-table basis), specify the number from left to right and right to left.  
            ![clockwise details][rack-table-location-pattern-cw-detail]
      * ![counterclockwise][rack-table-location-pattern-ccw]: Beginning from the top right of the section (Rack-table basis), specify the number from right to left and left to right.    
            ![counterclockwise details][rack-table-location-pattern-ccw-detail]
      * ![zigzag][rack-table-location-pattern-zigzag]: Beginning from the top left of the section (Rack-table basis), specify the number from top to bottom based on passageway.  
            ![zigzag details][rack-table-location-pattern-zigzag-detail]
      * ![zigzag-reverse][rack-table-location-pattern-zigzag-reverse]: Beginning from the top right of the section (Rack-table basis), specify the number from top to bottom based on passageway.  
            ![zigzag-reverse details][rack-table-location-pattern-zigzag-reverse-detail]
8. Border style and type < The same as table property (cell) >  

[rack-table-01]: ../images/rack-table-01.png

[rack-table-location-pattern-cw]: ../images/rack-table-location-pattern-cw.png

[rack-table-location-pattern-ccw]: ../images/rack-table-location-pattern-ccw.png

[rack-table-location-pattern-zigzag]: ../images/rack-table-location-pattern-zigzag.png

[rack-table-location-pattern-zigzag-reverse]: ../images/rack-table-location-pattern-zigzag-reverse.png

[rack-table-location-pattern-cw-detail]: ../images/rack-table-location-pattern-cw-detail.png

[rack-table-location-pattern-ccw-detail]: ../images/rack-table-location-pattern-ccw-detail.png

[rack-table-location-pattern-zigzag-detail]: ../images/rack-table-location-pattern-zigzag-detail.png

[rack-table-location-pattern-zigzag-reverse-detail]: ../images/rack-table-location-pattern-zigzag-reverse-detail.png
