Skip to content
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

[feat] sfpegListCmp - Hovering on record name #28

Open
pegros opened this issue Oct 24, 2022 · 0 comments
Open

[feat] sfpegListCmp - Hovering on record name #28

pegros opened this issue Oct 24, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@pegros
Copy link
Owner

pegros commented Oct 24, 2022

Is your feature request related to a problem? Please describe.
In many standard Salesforce lists, the compact layout is displayed when hovering over a lookup field.
It would be great to hav a similar behaviour on name fields in sfpegListCmp.

Describe the solution you'd like
Compact layout display when hovering over a lookup field.

Describe alternatives you've considered
For the time being the showDetails action type provides a similar feature, which however requires
the user to explicitly click on the link. Only configured title properties are displayed upon hovering.

The idea would be to rely in the lightning-record-form standard base component with the compact
layout specified to determine the set of fields to display. This feature would therefore only work with LDS
supported objects (e.g. not Tasks or Events) and would be activated in the configuration via a specific
boolean flag.

Additional context
For full custom implementation (tileList and cardList display modes), this hovering should be relatively
easy to implement, whereas for implementation relying on standard lightning base components (datatable
and treeGrid display modes), this may be trickier. An option would be to support this feature at least for
tiles based display.

@pegros pegros added the enhancement New feature or request label Oct 24, 2022
@pegros pegros self-assigned this Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant