Skip to content

Commit

Permalink
Merge pull request #371 from GSuma21/release-2.6.0-changes
Browse files Browse the repository at this point in the history
Release 2.6.0 changes
  • Loading branch information
kiranharidas187 authored Jan 30, 2024
2 parents d96afb0 + 22967b3 commit 4d7edd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<app-filter-tree [enableFilterHeader]="true" *ngIf="filterData" [filterData]="filterData" (filtersChanged)="filtersChanged($event)"></app-filter-tree>
</ion-col>
<ion-col class="ion-text-end" *ngIf="tableData">
<app-generic-table [columnData]="columnData" [tableData]="tableData" [totalCount]="count" (onClickEvent)='onCLickEvent($event)' (paginatorChanged)="onPaginatorChange($event)" [noDataMessage]="noDataMessage"></app-generic-table>
<app-generic-table [columnData]="columnData" [tableData]="tableData" [totalCount]="count" (onClickEvent)='onCLickEvent($event)' (paginatorChanged)="onPaginatorChange($event)" [noDataMessage]="noDataMessage" [showPaginator]="true"></app-generic-table>
</ion-col>
</ion-row>
</ion-grid>
Expand Down

0 comments on commit 4d7edd7

Please sign in to comment.