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

[frontend] columns customisation interface (#7295) #9532

Draft
wants to merge 2 commits into
base: release/6.5.0
Choose a base branch
from

Conversation

delemaf
Copy link
Member

@delemaf delemaf commented Jan 8, 2025

Proposed changes

  • New custom columns selection interface for relationship list widget

Related issues

Checklist

  • I consider the submitted work as finished
  • I tested the code for its functionality
  • I wrote test cases for the relevant uses case (coverage and e2e)
  • I added/update the relevant documentation (either on github or on notion)
  • Where necessary I refactored code to improve the overall quality

Further comments

{ attribute: 'createdBy.name' },
{ attribute: 'objectMarking' },
];
const columns = dataSelection[0]?.columns ?? availableColumns;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

components of dataSelection are handled more generally with index i

cf code after this:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants