Skip to content

Commit

Permalink
Preserve params when using global filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrichar1 committed Apr 24, 2024
1 parent 9833004 commit 74ef029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uoe-eng/tabularasa",
"version": "1.32.1",
"version": "1.32.2",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name tabularasa src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/TRList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
v-model="filters[dtProps.globalFilterFields[0]].constraints[0].value"
placeholder="Quick search..."
size="small"
@keydown.enter="onLazy('filter', { filters: filters })"
@keydown.enter="onLazy('filter', getUIState())"
/>
</span>
<button type="submit" @click="onClearFilters">
Expand Down

0 comments on commit 74ef029

Please sign in to comment.