2

Fix Tabulator remote pagination wiring

This commit is contained in:
2026-03-12 21:07:31 +01:00
parent 9273c0ae69
commit 1ede2a0864

View File

@@ -1590,10 +1590,9 @@ const queryLogHTML = `<!doctype html>
table = new Tabulator('#requests-table', {
ajaxURL: '/api/events',
ajaxRequestFunc: ajaxRequest,
ajaxResponse: function(url, params, response) {
scheduleRefresh();
updateControlsSummary();
return response.data || response.items || [];
dataReceiveParams: {
data: 'items',
last_page: 'last_page',
},
layout: 'fitColumns',
responsiveLayout: 'hide',