ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: WynApse on October 18, 2019, 05:04:15 am
-
I'm defining only a couple columns as "isDroppable" and that is working just fine.
One of the columns I'm dropping on makes sense to display the horizontal line, but the other it does not.
Is there a way to turn that off?
Thanks!
-Dave
-
Dave
That horizontal line is a visual cue for droppable and is tied to isDroppable callback return value
It's hidden when isDroppable returns false and is displayed otherwise.
-
Thanks!
The line muddies up the UI though if you're dropping on a column -- and makes it a bit confusing.
At least I know :)