Make grid JS loadAsyncData() method truly async
				
					
				
			not sure what this does but it seems to work, we'll see
This commit is contained in:
		
							parent
							
								
									a201072a9d
								
							
						
					
					
						commit
						4beca7af20
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -484,7 +484,10 @@
 | 
			
		|||
                      ...this.getFilterParams()}
 | 
			
		||||
          },
 | 
			
		||||
 | 
			
		||||
          loadAsyncData(params, callback) {
 | 
			
		||||
          ## TODO: i noticed buefy docs show using `async` keyword here,
 | 
			
		||||
          ## so now i am too.  knowing nothing at all of if/how this is
 | 
			
		||||
          ## supposed to improve anything.  we shall see i guess
 | 
			
		||||
          async loadAsyncData(params, callback) {
 | 
			
		||||
 | 
			
		||||
              if (params === undefined || params === null) {
 | 
			
		||||
                  params = new URLSearchParams(this.getBasicParams())
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue