+
+
+ {this._getTableControlRow("header")}
+
+
+ {showSearch &&
+
+ void this._searchTextChanged(evt)}
+ placeholder={this._searchPlaceHolder}
+ title={this._searchPlaceHolder}
+ type="search" />
+
}
+
+
+
+
+
+ {
+ !this.isMobile ? (
+
+ {
+ this._translations.recordsSelected
+ .replace("{{total}}", total)
+ .replace("{{selected}}", selected)
+ }
+
+ ) : undefined
+ }
+
+ {this.createFilterModal && this._filterModal()}
+