File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
features/planes-specific/views/planes-index
shared/bia-shared/components/table/bia-table Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 49
49
? virtualCrudItems
50
50
: ((crudItems$ | async) ?? [])
51
51
"
52
+ [dictOptionDtos] ="
53
+ (planeService.optionsService.dictOptionDtos$ | async) ?? []
54
+ "
52
55
[totalRecord] ="(totalCount$ | async) ?? 0 "
53
56
[columnToDisplays] ="displayedColumns "
54
57
[pageSize] ="pageSize "
Original file line number Diff line number Diff line change 103
103
[alignFrozen] ="col.alignFrozen "
104
104
pFrozenColumn
105
105
[frozen] ="col.isFrozen ">
106
- < bia-table-filter [field] ="col " [table] ="dt "> </ bia-table-filter >
106
+ < bia-table-filter
107
+ [field] ="col "
108
+ [table] ="dt "
109
+ [options] ="getOptionDto(col.field) ">
110
+ </ bia-table-filter >
107
111
</ th >
108
112
</ tr >
109
113
</ ng-template >
You can’t perform that action at this time.
0 commit comments