searchPanes cascade & viewTotal problem

searchPanes cascade & viewTotal problem

Chia Yu SuChia Yu Su Posts: 2Questions: 1Answers: 0

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],
        },
    ],

Answers

  • Chia Yu SuChia Yu Su Posts: 2Questions: 1Answers: 0

    typo:
    cascade: truecascadePanes: true

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    I'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

Sign In or Register to comment.