Skip to content

Commit

Permalink
add filterValue to debug display
Browse files Browse the repository at this point in the history
  • Loading branch information
blerrgh committed Jan 10, 2023
1 parent 557f716 commit 8fa768a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@
groupByIds: $groupByIds,
sortKeys: $sortKeys,
filterValues: $filterValues,
filterValue: $filterValue,
selectedDataIds: $selectedDataIds,
columnIdOrder: $columnIdOrder,
hiddenColumnIds: $hiddenColumnIds,
Expand Down

0 comments on commit 8fa768a

Please sign in to comment.