blixify-ui-web 1.2.55 → 1.2.56

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/data/dataTemplate/index.tsx"],"names":[],"mappings":"AAiCA,OAAO,KASN,MAAM,OAAO,CAAC;AAgFf,OAAO,EACL,iBAAiB,EAKlB,MAAM,kBAAkB,CAAC;AAoD1B,eAAO,MAAM,YAAY,mFAguWvB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/data/dataTemplate/index.tsx"],"names":[],"mappings":"AAiCA,OAAO,KASN,MAAM,OAAO,CAAC;AAgFf,OAAO,EACL,iBAAiB,EAKlB,MAAM,kBAAkB,CAAC;AAoD1B,eAAO,MAAM,YAAY,mFAsuWvB,CAAC"}
@@ -2161,6 +2161,12 @@ exports.DataTemplate = (0, react_1.forwardRef)(function (props, ref) {
2161
2161
  setCursor("");
2162
2162
  setLastCursor("");
2163
2163
  setTableLoading(true);
2164
+ // INFO: In scroll mode, accumulated rows must be cleared on refresh/filter change
2165
+ // so the fresh response replaces stale data instead of being deduped away.
2166
+ if (renderCheckScrollMode()) {
2167
+ setTableData([]);
2168
+ setSpaceTableData([]);
2169
+ }
2164
2170
  };
2165
2171
  var handleNameSearch = function (e) {
2166
2172
  handleClearDataByFilter("search");