forked from openMF/web-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Datatables enhacements to support products (openMF#1641)
Co-authored-by: Jose Alberto Hernandez <[email protected]>
- Loading branch information
1 parent
08a327f
commit f330e91
Showing
161 changed files
with
2,984 additions
and
4,970 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 8 additions & 3 deletions
11
src/app/centers/centers-view/datatable-tab/datatable-tab.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
<div> | ||
<mifosx-multi-row *ngIf="multiRowDatatableFlag" [dataObject]="centerDatatable"></mifosx-multi-row> | ||
<mifosx-single-row *ngIf="!multiRowDatatableFlag" [dataObject]="centerDatatable"></mifosx-single-row> | ||
<div class="tab-container mat-typography"> | ||
<mifosx-entity-datatable-tab | ||
entityType="Center" | ||
[entityId]="entityId" | ||
[multiRowDatatableFlag]="multiRowDatatableFlag" | ||
[entityDatatable]="entityDatatable" | ||
> | ||
</mifosx-entity-datatable-tab> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 0 additions & 34 deletions
34
src/app/centers/centers-view/datatable-tab/multi-row/multi-row.component.html
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
src/app/centers/centers-view/datatable-tab/multi-row/multi-row.component.spec.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.