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(grid): render select and multi select #WIK-16262 #44

Merged
merged 4 commits into from
Aug 9, 2024

Conversation

Maple13
Copy link
Contributor

@Maple13 Maple13 commented Aug 8, 2024

No description provided.

@Maple13 Maple13 force-pushed the maple13/#WIK-16262 branch from 71a5955 to ac2a407 Compare August 8, 2024 03:15
packages/grid/src/components/cell-views/cell-views.scss Outdated Show resolved Hide resolved
packages/grid/src/grid.component.ts Outdated Show resolved Hide resolved
packages/grid/src/types/field.ts Outdated Show resolved Hide resolved
src/app/utils/utils.ts Outdated Show resolved Hide resolved
src/app/utils/utils.ts Show resolved Hide resolved
packages/grid/src/grid.component.html Outdated Show resolved Hide resolved
@Maple13 Maple13 force-pushed the maple13/#WIK-16262 branch 3 times, most recently from 513d4f9 to 252eb22 Compare August 9, 2024 09:35
name: 'selectOptions',
standalone: true
})
export class SelectsOptionsPipe implements PipeTransform {
Copy link
Contributor

Choose a reason for hiding this comment

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

selectOptionsPipe


@Component({
selector: 'ai-table-grid',
templateUrl: './grid.component.html',
standalone: true,
changeDetection: ChangeDetectionStrategy.OnPush,
host: {
class: 'ai-table-grid'
class: 'ai-table-grid '
Copy link
Contributor

Choose a reason for hiding this comment

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

空格

@Maple13 Maple13 force-pushed the maple13/#WIK-16262 branch from 252eb22 to 683be53 Compare August 9, 2024 10:33
@huanhuanwa huanhuanwa merged commit d5728c9 into develop Aug 9, 2024
1 check passed
@huanhuanwa huanhuanwa deleted the maple13/#WIK-16262 branch August 9, 2024 10:41
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