-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
Add visual cues to foreign key columns #950
Comments
@ghislaineguerin one small concern -- the cell styling of a background and border radius on the text looks great with simple numbers -- and I imagine styling will suffice in the vast majority of cases. But I wonder if it's worth considering the scenario where the FK value is a text that wraps within the cell. In that case the border radius won't look so good. Would it be better to apply the background color to the entire cell instead of just the text? Or perhaps the text-wrapping scenario will be rare enough to disregard? |
@seancolsen I worry about how that might communicate that the records are 'linked,' meaning they exist elsewhere. My idea with separating them visually from the table was that. If we merge them into the cell, we are losing that. I'll test it out and see if we can work something out or test with wrapping to see how that looks. |
@seancolsen @ghislaineguerin
|
@pavish Won't we need to support different cell heights for the record preview feature? Also, how would editing the value work if the user can't see the whole value? |
The interface I have in mind would work similar to airtable and would also satisfy our UX. |
Okay, thanks, @pavish, sounds good to me. |
I'm closing this ticket per a discucsion where we decided to pursue a simpler design. |
Current behavior
Desired behavior
Notes
Specs
See also
The text was updated successfully, but these errors were encountered: