@xuda.io/runtime-bundle 1.0.999 → 1.0.1000
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.
|
@@ -34558,7 +34558,7 @@ const get_xu_render_cache_str = function (SESSION_ID, dsSessionP) {
|
|
|
34558
34558
|
var _ds = _session.DS_GLB[dsSessionP];
|
|
34559
34559
|
|
|
34560
34560
|
const idx = func.common.find_ROWID_idx(_ds, _ds.currentRecordId);
|
|
34561
|
-
const data = _ds.data_feed[idx];
|
|
34561
|
+
const data = _ds.data_feed.rows[idx];
|
|
34562
34562
|
for (const row of data) {
|
|
34563
34563
|
console.log(row);
|
|
34564
34564
|
}
|