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: show arbitrary columns #990

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

sandren
Copy link
Collaborator

@sandren sandren commented Jan 11, 2025

This PR introduces support for adding arbitrary columns to data blocks in table view.

@sandren sandren requested a review from baiirun as a code owner January 11, 2025 00:30
Copy link

vercel bot commented Jan 11, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
geogenesis ✅ Ready (Inspect) Visit Preview Jan 11, 2025 0:31am

width === 'clamped' ? 'w-[400px]' : '-mr-px',
withSearchIcon && 'rounded-t-none'
width === 'clamped' ? 'w-[400px]' : '-mr-px'
// withSearchIcon && 'rounded-t-none'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should we just remove this?

},
fromEntity: {
id: EntityId(relationId),
name: '',
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should use null instead of the empty string

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.

2 participants