Teijo Laine

Results 74 comments of Teijo Laine

`null` is problematic as that's currently indicating that the match is not yet played or the score is not input, i.e. that result should not affect the propagation of teams....

> What is the progress in branch you mentioned? Can I support you somehow? Merged the stuff to `master` now. The generics are not exposed from the library yet but...

Hi, Safest bet would probably be to replace the result numbers with your own custom object. You would then need to add support for rendering, editing and scoring for your...

> method to get info about concrete match There isn't any build-in way to do queries to the results, all you can get data-wise is provided for the `save` callback...

In case you have good suggestions in mind how it should work and what the use cases are, I can keep this thread open as a feature request.

You can't currently affect how the matches are propagated.

Hi, Great to hear you've found the libraries useful! If I understood what you meant, the problem is that when modifying the bracket, the output of the `save` callback does...

Does it make any difference if you wrap the bracket container instead of using the dragscroll onto the container itself? Now: ```html ``` Test: ```html ``` Or try applying dragscroll...

The API should be something that clearly shows the intention. I would perhaps go with something like this: ``` javascript $("#selector").bracket({ init: bracketData, layout: "split" }); ``` There is also...

> I'm not good with styling I think it'll require considerable code modifications too. As a hack, you could maybe combine two bracket instances and fetch the final teams from...