@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 (
|
|
1952
|
-
|
|
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) {
|