Implement infinite scroll for logs table
This commit is contained in:
+4
-2
@@ -1,4 +1,4 @@
|
||||
# File: logs_view.py
|
||||
# File: logs/view.py
|
||||
# Copyright (C) 2026 Erick Ahmed
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
@@ -70,5 +70,7 @@ def get_logs_table_component():
|
||||
'textAlign': 'center',
|
||||
'fontFamily': 'Segoe UI, Arial, sans-serif'
|
||||
}
|
||||
)
|
||||
),
|
||||
html.Button("Load More", id="load-more-logs-btn", n_clicks=0, style={'display': 'none'}),
|
||||
html.Div(id='dummy-output', style={'display': 'none'})
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user