Separating Winners and Looses out
Hi there,
I am wondering if we have any ways to modify the code to have the Winners and Looses separate out without the connecting line to the Final Match.
Looks like this.

Thanks.
Hey @nghientai, if you want to avoid rendering the last connector that ties the loser bracket to the grand finals, you could see if leaving this bit of code would work (I haven't touched the code in years so it's just my gut feel 🤞😅): https://github.com/teijo/jquery-bracket/blob/master/src/jquery.bracket.ts#L948-L984
There's no out of the box option for that.
Hi @teijo, I had it working and it was easy to modify the code. Thanks for giving us a useful library.