Replies: 2 comments 2 replies
-
| Also just came accross this, considering its an actual aria role it should really be part of react-table. More on it here: | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| Is there any additional information or progress on this discussion? For reference, React Aria's  | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I'm new to RT and feel like this must be a stupid question, but I've tried searching the docs, API docs, and this discord, and I'm coming up empty. Is there a prescriptive way to define row cells (usually those in the first column) in even the most basic table, as "row headers" (i.e.,
thwithscope="row"rather than as plaintds? I'm currently doing this just by passing a prop likerowHeadersto the main component I'm using to render RT data, but somehow it seems to me like it should be something defined in my RT columns array, e.g.{accessor: unique_key, Header: string, rowHeader: boolean}. Any advice, or is the way I'm already doing it basically the way it's done? ThanksBeta Was this translation helpful? Give feedback.
All reactions