-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table control for Zircon #185
Comments
Nice idea. Added this to the Zircon project! |
I will give it a try and orient on the table playground stuff and tornadoFX. I will post a PR when I have something worth to look at. |
Sounds awesome! 👍 |
BTW could you assign me here? I may not do it. |
done :) |
I think this is ready for a first review. My concept is basically: A table consists of data and column definitions. This approach makes building tables most flexible I think. The issue description mentioned "cells spanning mutliple columns and so forth" which is already captured that way. It only makes the code a little bit ugly when calculating the height of each row, but well. Ah, that reminds me that the list of elements can have any length. Rows are only added as long as they fit into the content panel. This leaves open some possible future additions: This reminds me that |
Now this looks awesome. I've also approved your PR! |
Cool, thx! |
That's pretty easy. You just need an |
Request for a table control
A simple table control, which displays content in cells. Only basic features and no fancy stuff in the beginning (like cells spanning mutliple columns and so forth)
Rationale
Suggested way of implementing
The text was updated successfully, but these errors were encountered: