Sort/filter does not work on the same column #3297
                  
                    
                      rohit-squirrel
                    
                  
                
                  started this conversation in
                General
              
            Replies: 1 comment
-
| 
 { {row.description} }, headerCellClass: filterColumnClassName, renderHeaderCell: (p) => ( <FilterRenderer {...p}> {({ filters, ...rest }) => ( <FilterByInput {...rest} {...filters} changeHandler={handleChangeInput} inputKey={'description'} /> )} ), resizable: true, sortable: true }, In datgrid componenet props:- | 
Beta Was this translation helpful? Give feedback.
                  
                    0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
When we try to sort and filter on a single column it is not giving expected results.
@amanmahajan7
react version: 18
data-grid version: "^7.0.0-beta.34"
Beta Was this translation helpful? Give feedback.
All reactions