Searchpane not working for less than 5 records
Searchpane not working for less than 5 records
PareshKumar
Posts: 31Questions: 14Answers: 1
Searchpane does not work if I have less than 5 records. Is there any way to change that?
This discussion has been closed.
Answers
You may be interested in reading the
columns.searchPanes.thresholddocs to understand the default behavior of SearchPanes and how it decides which columns to show. You can usecolumns.searchPanes.showto make sure the column is shown. See this example.Kevin