What is the maximum number of columns that the searchPane can display in a row single line?
What is the maximum number of columns that the searchPane can display in a row single line?
Clearwater
Posts: 17Questions: 4Answers: 0
in SearchPanes
What is the maximum number of columns that the searchPane can display in a row single line? Setting the number of Panes in a row is appears to be limited to 10. I have an application that needs 13.
This discussion has been closed.
Answers
Hi @Clearwater ,
The maximum that you can force to be shown is 9 - see
searchPanes.layout
. In theory the default value of'auto'
should space them appropriately for your page.You could overrule this with some external css though. Just overwrite one of these according to what you want.
Thanks,
Sandy