【问题标题】:Oracle Apex Interactive Grid select all only select 1 page recordsOracle Apex Interactive Grid 全选 仅选择 1 页记录
【发布时间】:2020-07-28 08:34:51
【问题描述】:

我有一个“全选”按钮,它有一个真正的动态阳离子“JS函数”来选择交互式网格上的所有记录。

apex.region(“payment_info”).widget()
     .interactiveGrid(“getViews”, “grid”).view$.grid(“selectAll”);

这个函数只选择我当前关注的页面上的记录。我想从该交互式网格中的所有页面中选择所有记录。

注意:我需要保留 IG 的分页。我不能将页面作为滚动条。

我可以看到类似这样的问题:Interactive grid in Oracle APEX - Only 40 rows are selected, if I do 'Select All' 但这并不是我真正想要的。

提前致谢。

【问题讨论】:

    标签: javascript oracle-apex-5.1


    【解决方案1】:

    无法选择 IG 中的所有行 因为 IG 的默认功能是,它总是会选择第一个加载的记录集。

    【讨论】:

      猜你喜欢
      • 2021-02-11
      • 2018-09-14
      • 1970-01-01
      • 2017-12-23
      • 1970-01-01
      • 1970-01-01
      • 2011-08-20
      • 2013-04-15
      • 1970-01-01
      相关资源
      最近更新 更多