add names suggestions
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user