Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
hanastasov committed Feb 12, 2019
1 parent b0b5618 commit 6ffe4f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
displayDensity='compact' childDataKey="Categories"
columnHidingTitle="Indicators" hiddenColumnsText="Hidden" primaryKey='ID'
[rowSelectable]="true" [allowFiltering]="true" [showToolbar]="true" [columnHiding]="true"
[columnPinning]="true" [exportExcel]="true" [exportExcel]="true" exportExcelText="Export to Excel">
[columnPinning]="true" [exportExcel]="true" exportExcelText="Export to Excel">
<igx-column [field]="'ID'" [hidden]='true'></igx-column>
<igx-column [field]="'Category'" [width]="'180px'" [groupable]='true' [sortable]='true' [resizable]='true'></igx-column>
<igx-column [field]="'Type'" [width]="'140px'" [groupable]='true' [sortable]='true' [filterable]='true' [resizable]='true'></igx-column>
Expand Down

0 comments on commit 6ffe4f9

Please sign in to comment.