@lavalogic/scoria 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1948,8 +1948,9 @@ export class TableContext {
1948
1948
  def.filterFn = this.dateFilter;
1949
1949
  }
1950
1950
  }
1951
- else if (this.paginationRepo?.paginationType == PaginationType.Local &&
1952
- !def.filterFn &&
1951
+ else if (
1952
+ // this.paginationRepo?.paginationType == PaginationType.Local &&
1953
+ !def.filterFn &&
1953
1954
  def.allowFiltering != false) {
1954
1955
  if (def instanceof DisplayDef) {
1955
1956
  switch (def.filterValueType) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lavalogic/scoria",
3
3
  "description": "Svelte components used for the FloWMS Web Frontend",
4
- "version": "0.8.0",
4
+ "version": "0.8.1",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
7
7
  },