-
Notifications
You must be signed in to change notification settings - Fork 3
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: documenten api columns #992
Conversation
…ing' into feature/documenten-api-columns # Conflicts: # projects/valtimo/config/assets/core/en.json # projects/valtimo/zgw/src/lib/modules/documenten-api/components/documenten-api-columns/documenten-api-columns.component.html # projects/valtimo/zgw/src/lib/modules/documenten-api/components/documenten-api-columns/documenten-api-columns.component.ts # projects/valtimo/zgw/src/lib/modules/documenten-api/components/documenten-api-documents/documenten-api-documents.component.ts # projects/valtimo/zgw/src/lib/modules/documenten-api/components/documenten-api-filter/documenten-api-filter.component.html # projects/valtimo/zgw/src/lib/modules/documenten-api/components/documenten-api-filter/documenten-api-filter.component.scss # projects/valtimo/zgw/src/lib/modules/documenten-api/components/documenten-api-filter/documenten-api-filter.component.ts # projects/valtimo/zgw/src/lib/modules/documenten-api/models/documenten-api-filter.model.ts # projects/valtimo/zgw/src/lib/modules/documenten-api/services/documenten-api-column.service.ts
…odal' into feature/documenten-api-columns # Conflicts: # projects/valtimo/zgw/src/lib/modules/documenten-api/components/documenten-api-documents/documenten-api-documents.component.ts # projects/valtimo/zgw/src/lib/zgw.module.ts
…ing' into feature/documenten-api-columns
…menten-api-improvements
…com/valtimo-platform/valtimo-frontend-libraries into feature/documenten-api-columns
# Conflicts: # package-lock.json
</cds-dropdown> | ||
|
||
<!-- TODO: Add default sort functionality when BE supports it --> | ||
<cds-radio-group *ngIf="showRadioButtons" legend="Default sort" formControlName="defaultSort"> | ||
<cds-radio value="noDefault"> No default sort </cds-radio> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hardcoded string
<cds-radio-group *ngIf="showRadioButtons" legend="Default sort" formControlName="defaultSort"> | ||
<cds-radio value="noDefault"> No default sort </cds-radio> | ||
|
||
<cds-radio value="DESC"> Descending </cds-radio> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hardcoded string
|
||
<cds-radio value="DESC"> Descending </cds-radio> | ||
|
||
<cds-radio value="ASC"> Ascending </cds-radio> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hardcoded string
No description provided.