add names suggestions
This commit is contained in:
@@ -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, scroll=ft.ScrollMode.ADAPTIVE, expand=True)
|
||||
self.all_procuts = None
|
||||
|
||||
def search_for_product_name(self, e):
|
||||
|
||||
Reference in New Issue
Block a user