-
| inwhat does the attribute layoutdo when it's set to true<Table .... layout={{ custom: true }} ... the reason I'm asking is that I set  | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            rwieruch
          
      
      
        May 29, 2022 
      
    
    Replies: 1 comment 2 replies
-
| Only when  If it is not set, the cells are just divided equally. | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
      Answer selected by
        proddy
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Only when
layout={{ custom: true }}is set, one can give the cells in the theme a custom width:If it is not set, the cells are just divided equally.