Skip to content

Commit

Permalink
feat(entity): merge entity module and add an entity-table demo
Browse files Browse the repository at this point in the history
  • Loading branch information
cbourget authored and mbarbeau committed Feb 22, 2019
1 parent 863d849 commit f892dc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<mat-card-content>
See the <a href="https://github.com/infra-geo-ouverte/igo2-lib/tree/master/demo/src/app/common/entity-table">code of this example</a>
</mat-card-content>

<igo-entity-table
[store]="store"
[template]="template">
Expand Down
3 changes: 3 additions & 0 deletions projects/common/src/lib/entity/shared/entity.interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ export interface EntityOperationState {
export interface EntityTableTemplate {
columns: EntityTableColumn[];
selection?: boolean;
<<<<<<< HEAD
selectMany?: boolean;
=======
>>>>>>> feat(entity): merge entity module and add an entity-table demo
sort?: boolean;
valueAccessor?: (entity: object, property: string) => any;
rowClassFunc?: (entity: object) => {
Expand Down

0 comments on commit f892dc2

Please sign in to comment.