-
Notifications
You must be signed in to change notification settings - Fork 50
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
Optimal TableView Real State Management #138
Comments
I agree that the proposal looks better than the library has at this moment. The current look is basic, though it is easy to implement and maintain. I would not be surprised if the proposal doubles the amount of the code.
|
I already have done 3 and 4; easier than I thought. I'll make a PR soon. The only challenge was finding the magic numbers in the code that represented the top row + 1 border. Mouse and Sort markers work properly. It also works for as many levels as the user wants to. 1 ended up being hard. I guess there are too many magic numbers. Hiding the scrollbars is easy, but using the space underneath wasn't. I'll give it another go later. 2 should be very easy. I haven't done it, but soon will and make a PR. Thank you for being positive regarding the feature requests. I appreciate it. |
It sounds great! Looking forward to PR |
While
TableView
s are implemented as standard, there are a few improvements that could improve their foot print on the screen:\n
Objects\nMaster
andObjects\nReplica
should be rendered like:The text was updated successfully, but these errors were encountered: