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, expand=True)
|
||||
self.placeholder = ft.Column([self.products_table], width=900, scroll=ft.ScrollMode.ADAPTIVE)
|
||||
self.all_procuts = None
|
||||
|
||||
def search_for_product_name(self, e):
|
||||
@@ -408,6 +408,7 @@ class GoodsReception:
|
||||
],
|
||||
vertical_alignment=ft.CrossAxisAlignment.START
|
||||
)
|
||||
]
|
||||
],
|
||||
scroll=ft.ScrollMode.ADAPTIVE
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user