You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an interest in adding table features overall? I'm currently hacking around seesaw when working with tables at the moment, but if there's interest I can clean up the dirty hacks I'm doing now and submit pull requests.
I just spent my day using update-proxy to twiddle table-model to support editable cells, as well as listeners for cell changes. It'd be worth my time to clean it up as part of the seesaw code rather then with a collection of update-proxy's that I maintain in my code. (It should be noted that I might have to move off into TreeTable's or SwingX TreeTable's but I will be leveraging the existing method/structure here as much as possible)
@WickedShell I'd be happy to take improvements to the table support. JTable's a monster (and everyone wants tables to behave differently) which is why there's not much there at the moment.
How to bind a widget within the table cell ?
Is there a way to define TableModel using widget instances ?
The text was updated successfully, but these errors were encountered: