ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: hyh888 on November 19, 2021, 08:28:22 am
-
I hope to hide maximize and minimize button and put the title("shipping orders") before the "toggle filter fow" button to save space in interface,is it possible?
-
Please set showTitle: false and collapsible: {on: false, toggle: false} in the grid options
and prepend following item to the toolbar.
{ type: '<span>Shipping orders</span>'},
-
It works, thank you very much.
-
Would you kindly set collapsible: {on: false, toggle: false} in the grid options as default? Usually, in business there is no need to set them true.
-
Default options can be changed for all grid instances in this way:
https://paramquery.com/pro/tutorial#topic-defaults
-
Thank you very much.