mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-24 09:55:00 -04:00
Fixed incorrect verb
This commit is contained in:
@@ -68,8 +68,6 @@
|
||||
escape: false,
|
||||
search: true
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user