jquery-bracket icon indicating copy to clipboard operation
jquery-bracket copied to clipboard

Separating Winners and Looses out

Open nghientai opened this issue 4 years ago • 2 comments

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.

image

Thanks.

nghientai avatar Mar 31 '21 05:03 nghientai

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.

teijo avatar Apr 03 '21 21:04 teijo

Hi @teijo, I had it working and it was easy to modify the code. Thanks for giving us a useful library.

nghientai avatar Apr 14 '21 17:04 nghientai