add names suggestions

This commit is contained in:
2025-11-27 09:18:06 +02:00
parent 699afda6f7
commit 03813f4d56

View File

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