Variables
				
					
					Const ascendingArrow
					ascendingArrow: Element = (<span style={style} className="fa fa-sort-asc" aria-hidden="true" />)
					
				
				
					
					Const descendingArrow
					descendingArrow: Element = (<span style={style} className="fa fa-sort-desc" aria-hidden="true" />)
					
				
				
					
					Const invokeResetSortLimit
					invokeResetSortLimit: 2 = 2
					
				
				
					
					Const noSort
					noSort: Element = <span style={style} className="fa fa-sort" aria-hidden="true" />