Browse Source

Suggested changes

pull/5556/head
Raj Gupta 3 months ago
parent
commit
33a817a391
  1. 4
      CHANGELOG.md
  2. 2
      libs/ui/src/lib/activities-table/activities-table.component.ts

4
CHANGELOG.md

@ -7,10 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Extend activities table component by showAccountColumn input
## Unreleased ## Unreleased
- Extend activities table component by showAccountColumn input
### Changed ### Changed
- Renamed the show access token dialog component to user account registration dialog component - Renamed the show access token dialog component to user account registration dialog component

2
libs/ui/src/lib/activities-table/activities-table.component.ts

@ -104,8 +104,8 @@ export class GfActivitiesTableComponent
@Input() locale = getLocale(); @Input() locale = getLocale();
@Input() pageIndex: number; @Input() pageIndex: number;
@Input() pageSize = DEFAULT_PAGE_SIZE; @Input() pageSize = DEFAULT_PAGE_SIZE;
@Input() showActions = true;
@Input() showAccountColumn = true; @Input() showAccountColumn = true;
@Input() showActions = true;
@Input() showCheckbox = false; @Input() showCheckbox = false;
@Input() showNameColumn = true; @Input() showNameColumn = true;
@Input() sortColumn: string; @Input() sortColumn: string;

Loading…
Cancel
Save