-
| Is there a different way to style rows not using @linaria/core ? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            nstepien
          
      
      
        Nov 18, 2022 
      
    
    Replies: 1 comment 2 replies
-
| You can set the  | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
      Answer selected by
        nardove
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
You can set the
classNameorstyleprop on the rootDataGridcomponent like a normaldiv, or you can use therowClassprop as a function that returns a class name.How you define your CSS styles and class names is up to you.