Pagination derniers marchés #28

This commit is contained in:
Colin Maudry
2025-09-27 18:16:53 +02:00
parent 59321fc80a
commit b88d1c9f93
+3 -1
View File
@@ -101,7 +101,9 @@ def get_last_marches_table(data) -> html.Div:
table = html.Div( table = html.Div(
className="marches_table", className="marches_table",
children=dash_table.DataTable( children=dash_table.DataTable(
data=data[:20], data=data,
page_action="native",
page_size=10,
style_cell_conditional=[ style_cell_conditional=[
{ {
"if": {"column_id": "objet"}, "if": {"column_id": "objet"},