ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: Autoflow on October 27, 2019, 04:01:30 pm

Title: Hide before/after horizontal line in tree
Post by: Autoflow on October 27, 2019, 04:01:30 pm
I need to hide the horizontal line which indicates before/after drop in tree.
Is this possible?
Title: Re: Hide before/after horizontal line in tree
Post by: paramvir on October 28, 2019, 06:05:26 pm
There is no option to hide it currently.
Title: Re: Hide before/after horizontal line in tree
Post by: Autoflow on October 28, 2019, 06:38:55 pm
If you have a css based approach this would fit for me too  :)
Title: Re: Hide before/after horizontal line in tree
Post by: paramvir on October 29, 2019, 09:44:11 am
There is no simple css workaround, you could use this unofficial way ( not recommended though as it may break in upcoming version ) to override it.

Code: [Select]
$.paramquery.cDrop.prototype.newF = function(){
  return $();
}