-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Choose which column should represent a pointer (instead of objectId) #151
Comments
Neat idea! We'd need to fetch a bunch more data to actually retrieve the username, so we'd probably want to do this asynchronously. |
Any more advice on how to work on this ? Btw, I just gave an example, but it could be good to have this not only on User class but on every class even Custom and on any column. If possible ^^! |
Ah, having this work on any class would be cool too. You would need to store the configuration of what column represents the object somewhere. Probably most of the modifications to make this happen would be in |
I had a look. I'm clearly not competent on this. Never done react before. And not a big js user. But I'm happy you liked the idea. I hope someone would tackle this (or me in some future... :) ) |
feat: Add new params to B4ASettings
Interesting that this PR is open and untouched for such a long time. I think this is a nice idea, but before attempting any PR on this, we should agree on some fundamentals. Some issues that come to mind:
|
Closed via #1723 |
It would be nice to choose which column should represent a certain class when another points to it.
For instance, I have a

Game
class which contains a columnplayer
which is a pointer toUser
class. In the rows, a button represents this relationship like so :It would be more user friendly to have something like this (here I chose

username
column) :The text was updated successfully, but these errors were encountered: