ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: WynApse on October 18, 2019, 05:04:15 am

Title: The Horizontal blue line on dropping
Post 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
Title: Re: The Horizontal blue line on dropping
Post by: paramvir on October 18, 2019, 08:22:03 pm
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.
Title: Re: The Horizontal blue line on dropping
Post by: WynApse on October 19, 2019, 02:28:03 am
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 :)