Browse Source
			
			
			Feature/set performance column of holdings table to stick at end (#3353)
			
				* Set up stickyEnd in performance column
* Update changelog
			
			
				pull/3360/head
			
			
		 
		
			
				
					
						
						Thomas Kaul
					
					2 years ago
					
						
							committed by
							
								
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: B5690EEEBB952194
						
					
				
			
		
		
		
	
		
			
				 2 changed files with 
2 additions and 
1 deletions
			 
			
		 
		
			
				- 
					
					
					 
					CHANGELOG.md
				
 
			
				- 
					
					
					 
					libs/ui/src/lib/holdings-table/holdings-table.component.html
				
 
			
		
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					### Changed | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					- Set the performance column of the holdings table to stick at the end | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					- Skipped the caching in the portfolio calculator if there are active filters (experimental) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					### Fixed | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  | 
				
			
			
		
	
								
							
						
					 
					
				 
			 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -109,7 +109,7 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      </td> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    </ng-container> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    <ng-container matColumnDef="performance"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    <ng-container matColumnDef="performance" stickyEnd> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      <th | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        *matHeaderCellDef | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        class="justify-content-end px-1" | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |