Author Topic: The Horizontal blue line on dropping  (Read 2160 times)

WynApse

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 17
    • View Profile
The Horizontal blue line on dropping
« 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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: The Horizontal blue line on dropping
« Reply #1 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.
« Last Edit: October 18, 2019, 09:14:35 pm by paramvir »

WynApse

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: The Horizontal blue line on dropping
« Reply #2 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 :)