add names suggestions

This commit is contained in:
2025-11-27 09:07:04 +02:00
parent 512ffce6a5
commit 699afda6f7

View File

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