|  |  |  | @ -355,12 +355,12 @@ class studentsList extends Component{ | 
			
		
	
		
			
				
					|  |  |  |  |       searchValue: e.target.value | 
			
		
	
		
			
				
					|  |  |  |  |     }) | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     if (this.timeoutHandler) { | 
			
		
	
		
			
				
					|  |  |  |  |       clearTimeout(this.timeoutHandler) | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  |     this.timeoutHandler = setTimeout(() => { | 
			
		
	
		
			
				
					|  |  |  |  |       this.fetchAll(1) | 
			
		
	
		
			
				
					|  |  |  |  |     }, 1200) | 
			
		
	
		
			
				
					|  |  |  |  |     // if (this.timeoutHandler) {
 | 
			
		
	
		
			
				
					|  |  |  |  |     //   clearTimeout(this.timeoutHandler)
 | 
			
		
	
		
			
				
					|  |  |  |  |     // }
 | 
			
		
	
		
			
				
					|  |  |  |  |     // this.timeoutHandler = setTimeout(() => {
 | 
			
		
	
		
			
				
					|  |  |  |  |     //   this.fetchAll(1)
 | 
			
		
	
		
			
				
					|  |  |  |  |     // }, 1200)
 | 
			
		
	
		
			
				
					|  |  |  |  |   } | 
			
		
	
		
			
				
					|  |  |  |  |   onSortTypeChange = (order) => { | 
			
		
	
		
			
				
					|  |  |  |  |     this.setState({ order: order }, () => { | 
			
		
	
	
		
			
				
					|  |  |  | 
 |