searchPanes cascade & viewTotal problem
searchPanes cascade & viewTotal problem
            
                            
                                  in SearchPanes             
        The searchPanes field will appear as a duplicate option in cascade: true and viewTotal: true mode.https://drive.google.com/file/d/1DylNQUlFidaGlRXkVQu3iw9L5vBeuyyb/view?usp=sharing
Code:
"searchPanes": {
    layout: 'auto',
    columns: [21, 3, 4, 5, 6, 7, 8, 9],
    viewTotal: true
},
columnDefs:
    [
        {
            searchPanes: {
            show: true,
        },
            targets: [21, 3, 4, 5, 6, 7, 8, 9],
        },
    ],
                This discussion has been closed.
            
Answers
typo:
cascade: true→cascadePanes: trueI'm not clear what the issue is, sorry. We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin