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?

ClearwaterClearwater Posts: 17Questions: 4Answers: 0

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.

Answers

  • sandysandy Posts: 913Questions: 0Answers: 236

    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

This discussion has been closed.