add names suggestions

This commit is contained in:
2025-11-27 08:58:39 +02:00
parent 4c2945c2be
commit d8cd91ae46

View File

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