-
Notifications
You must be signed in to change notification settings - Fork 271
TableView#useCheckBox() not binding #247
Comments
My fault. The view model should include: and column definition: as mentioned in the documentation: |
… when constructor params with same name is present (#247)
Actually, there is no reason why we shouldn't support your initial code as well. I've improved the targeting for mutable columns, so the code example above should now work out of the box with 1.6.2-SNAPSHOT. Thanks for reporting this :) |
This is why this project is amazing. If only Oracle cared half this much... |
Let's hope it picks up steam after JDK 9 is out. I think a lot of work went into adapting for Jigsaw, even if it produced minimal features or improvements. |
GitHub does not let me to reopen the issue so here is a new one.
To replicate:
Check some of the boxes then scroll away and back. Those boxes are back to false.
The text was updated successfully, but these errors were encountered: