ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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?
-
There is no option to hide it currently.
-
If you have a css based approach this would fit for me too :)
-
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.
$.paramquery.cDrop.prototype.newF = function(){
return $();
}