diff --git a/js/InteractsWithQueryBuilder.vue b/js/InteractsWithQueryBuilder.vue index 4ff95d9..9819f6a 100644 --- a/js/InteractsWithQueryBuilder.vue +++ b/js/InteractsWithQueryBuilder.vue @@ -159,7 +159,11 @@ export default { if (this.$inertia) { const query = this.queryBuilderString; - this.$inertia.get(location.pathname + `?${query}`, {}, { replace: true, preserveState: true }); + this.$inertia.get(location.pathname + `?${query}`, {}, { + replace: true, + preserveState: true, + preserveScroll: true + }); } }, }, diff --git a/js/Tailwind2/TableColumns.vue b/js/Tailwind2/TableColumns.vue index 4641be3..b25326b 100644 --- a/js/Tailwind2/TableColumns.vue +++ b/js/Tailwind2/TableColumns.vue @@ -41,7 +41,7 @@