Search Panes button text

Search Panes button text

measterbrookmeasterbrook Posts: 14Questions: 5Answers: 0

How can I change the Search Panes button text? It is "SearchPanes" by default.

Answers

  • kthorngrenkthorngren Posts: 21,171Questions: 26Answers: 4,922

    Since its a button you should be able to use buttons.buttons.text.

    Kevin

  • measterbrookmeasterbrook Posts: 14Questions: 5Answers: 0

    I was able to do it by adding this to the JavaScript:

     "language": {
                searchPanes: {
                    clearMessage: 'Clear All',
                    collapse: 'Filter Summary',
                    cascadePanes: true,
                    viewTotal: true,
                    layout: 'columns-6',
                }
            }
    
This discussion has been closed.