mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	feat(views/table): integrate expander into note title section
This commit is contained in:
		
							parent
							
								
									28f4aea3d5
								
							
						
					
					
						commit
						5f9a6a9f76
					
				@ -137,6 +137,7 @@ export default class TableView extends ViewMode<StateInfo> {
 | 
				
			|||||||
            movableColumns: true,
 | 
					            movableColumns: true,
 | 
				
			||||||
            movableRows,
 | 
					            movableRows,
 | 
				
			||||||
            dataTree: hasChildren,
 | 
					            dataTree: hasChildren,
 | 
				
			||||||
 | 
					            dataTreeElementColumn: "title",
 | 
				
			||||||
            footerElement: buildFooter(this.parentNote),
 | 
					            footerElement: buildFooter(this.parentNote),
 | 
				
			||||||
            persistenceWriterFunc: (_id, type: string, data: object) => {
 | 
					            persistenceWriterFunc: (_id, type: string, data: object) => {
 | 
				
			||||||
                (this.persistentData as Record<string, {}>)[type] = data;
 | 
					                (this.persistentData as Record<string, {}>)[type] = data;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user