corregidos problemas

This commit is contained in:
2025-05-05 10:32:09 +02:00
parent 3f8b7981c7
commit 7a119eb197
3 changed files with 18 additions and 6 deletions

View File

@ -128,11 +128,8 @@ class Ticket {
buttonsExport: true,
});
this.table.table.on('init.dt', function () {
self.table.table.one('xhr.dt', function () {
self.table.table.page.len(100).draw();
self.table.table.draw();
});
this.table.setEditCallback(function (id) {