Fixed incorrect verb

This commit is contained in:
objecttothis
2023-12-08 16:06:39 +04:00
committed by jekkos
parent ae44e38855
commit 728a6a67e0
2 changed files with 1 additions and 3 deletions

View File

@@ -68,8 +68,6 @@
escape: false,
search: true
});
});
</script>

View File

@@ -214,7 +214,7 @@
.bootstrapTable($.extend(options, {
columns: options.headers,
stickyHeader: true,
stickyHeaderOffsetLeft: $('#table').offset().right + 'px',
stickyHeaderOffsetLeft: $('#table').offset().left + 'px',
stickyHeaderOffsetRight: $('#table').offset().right + 'px',
url: options.resource + '/search',
sidePagination: 'server',