ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on February 11, 2020, 07:07:32 pm
-
When sharing toolbar between tabs...would it be possible not to display certain items in certain grids?
-
Following can be added to undesired items in order to hide them
style:'display:none;',
-
Hmm...but I want one tab to have all items and on other remove certain item. Toolbar is shared, doesn't that affect all grids?
-
Yes, Sorry that's right.
You can make a deep copy of the common toolbar items and then add extra items for toolbar having more items.
Anyway any arrays and objects are not supposed to be directly shared between different grids without deep copy.