File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 13
13
@currentPage ={{ this.page }}
14
14
@pageSize ={{ this.per_page }}
15
15
@searchQuery ={{ this.search }}
16
+ @hideSearchBox ={{ true }}
16
17
@sortBy ={{ this.sort_by }}
17
18
@sortDir ={{ this.sort_dir }}
18
19
@metaData ={{ this.data.meta }}
Original file line number Diff line number Diff line change 4
4
<Tables::Utilities::PageSizeInput
5
5
@pageSize ={{ this.pageSize }} />
6
6
</div >
7
- <div class =" eight wide right aligned column" >
8
- <Tables::Utilities::SearchBox
9
- @searchQuery ={{ this.searchQuery }}
10
- @filterOptions ={{ this.filterOptions }} />
11
- </div >
7
+ {{ #if (not this.hideSearchBox )}}
8
+ <div class =" eight wide right aligned column" >
9
+ <Tables::Utilities::SearchBox
10
+ @searchQuery ={{ this.searchQuery }}
11
+ @filterOptions ={{ this.filterOptions }} />
12
+ </div >
13
+ {{ /if }}
12
14
</div >
13
15
<div class =" row" >
14
16
<EmberTable as |t|>
You can’t perform that action at this time.
0 commit comments