add names suggestions

This commit is contained in:
2025-11-27 09:01:01 +02:00
parent d8cd91ae46
commit 99164d0481

View File

@@ -152,7 +152,7 @@ class GoodsReception:
rows=[] rows=[]
) )
self.placeholder = ft.Column([self.products_table], width=900, scroll=ft.ScrollMode.ADAPTIVE, expand=True) self.placeholder = ft.Column([self.products_table], width=900, scroll=ft.ScrollMode.ADAPTIVE)
self.all_procuts = None self.all_procuts = None
def search_for_product_name(self, e): def search_for_product_name(self, e):
@@ -408,6 +408,7 @@ class GoodsReception:
], ],
vertical_alignment=ft.CrossAxisAlignment.START vertical_alignment=ft.CrossAxisAlignment.START
) )
] ],
scroll=ft.ScrollMode.ADAPTIVE
) )
) )