How to use the faSort function from @fortawesome/free-solid-svg-icons

Find comprehensive JavaScript @fortawesome/free-solid-svg-icons.faSort code examples handpicked from public code repositorys.

18
19
20
21
22
23
24
25
26
27
// });
var CrmComponent = /** @class */ (function () {
    function CrmComponent(common_service, apiServices) {
        this.common_service = common_service;
        this.apiServices = apiServices;
        this.faSort = free_solid_svg_icons_1.faSort;
        this.faFilter = free_solid_svg_icons_1.faAdjust;
        this.faArrowDown = free_solid_svg_icons_1.faArrowDown;
        this.toDate = "";
        this.loadsh = _;
fork icon1
star icon0
watch icon0

+ 4 other calls in file

22
23
24
25
26
27
28
29
30
31
this.totalPages = 1;
this.endPage = 1;
this.startPage = 1;
this.faEdit = free_solid_svg_icons_1.faEdit;
this.faSortRef = free_solid_svg_icons_1.faSort;
this.faSortProd = free_solid_svg_icons_1.faSort;
this.faSearch = free_solid_svg_icons_1.faSearch;
this.faPlusCircle = free_solid_svg_icons_1.faPlusCircle;
this.field = '';
this.isLoading = false;
fork icon1
star icon0
watch icon0

+ 29 other calls in file

54
55
56
57
58
59
60
61
62
63
  }, attribute.name, attribute.value === sorter ? order ? /*#__PURE__*/_react.default.createElement(_reactFontawesome.FontAwesomeIcon, {
    icon: _freeSolidSvgIcons.faSortDown
  }) : /*#__PURE__*/_react.default.createElement(_reactFontawesome.FontAwesomeIcon, {
    icon: _freeSolidSvgIcons.faSortUp
  }) : /*#__PURE__*/_react.default.createElement(_reactFontawesome.FontAwesomeIcon, {
    icon: _freeSolidSvgIcons.faSort
  }))) : [];
  return /*#__PURE__*/_react.default.createElement(StyledTableHeader, null, /*#__PURE__*/_react.default.createElement(TableHeaderRow, null, children));
}

fork icon0
star icon0
watch icon0

+ 3 other calls in file