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