Skip to content
  • Emmanuele Bassi's avatar
    table-layout: Invert row/column in arguments · 4c8867ea
    Emmanuele Bassi authored
                    *** This is an API change ***
    
    The general pattern for axis-aligned arguments is:
    
            x argument
            y argument
    
    If we consider columns an x-aligned argument, and row a y-aligned
    argument, then we need to update the TableLayout functions to be:
    
            column
            row
    
    and not:
    
            row
            column
    4c8867ea