简体   繁体   English

Apex Oracle交互式网格复选框始终可见

[英]Apex Oracle interactive grid checkbox always visible

I have an interactive grid with a checkbox column. 我有一个带有复选框列的交互式网格。 I want to show always the checkbox because It appear only when I click on the cell. 我想始终显示该复选框,因为它仅在单击单元格时出现。

没有复选框 当我单击单元格时,将出现复选框

Can someone help Me? 有人能帮我吗? Thanks. 谢谢。

Here's a plug-in that does the trick: https://github.com/rafael-trevisan/apex-plugin-ig_simple_checkbox 这是一个可以解决问题的插件: https : //github.com/rafael-trevisan/apex-plugin-ig_simple_checkbox

However it has a couple of outstanding issues: 但是,它有两个突出的问题:

  • You can't use NULL as a value - you need to specify both a checked and unchecked value (Y and N or 1 and 0 for example) 您不能使用NULL作为值-您需要同时指定一个选中和未选中的值(例如Y和N或1和0)
  • The checkboxes are displayed all the time but the user still has to click into the cell to selected it and then click the checkbox in order to check/uncheck it. 复选框始终显示,但是用户仍然必须单击进入单元格以将其选中,然后单击复选框以选中/取消选中它。

It should be possible to remedy that last one with a bit of jQuery. 应该可以用一点jQuery来解决最后一个问题。 I'll see what I can do and update this answer if I get anywhere with it. 如果有什么用,我将看看我能做什么并更新此答案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Oracle APEX 5.1 - 如何禁用/启用交互式网格 - 编辑按钮 - Oracle APEX 5.1 - How to disable/enable the Interactive Grid - Edit button Oracle 顶点:Javascript 根据选中的复选框行在交互式报告中显示列的总和 - Oracle apex: Javascript to display sum of a column in an interactive report based on a checked checkbox row Oracle Apex 18.1交互式网格(IG)以编程方式设置过滤器?自定义IG搜索 - Oracle Apex 18.1 Interactive Grid (IG) Setting filters programmatically? Customizing IG Search 根据Oracle APEX中的复选框自动刷新IRR - Automatically Refresh a IRR based on a Checkbox in Oracle APEX 如何在 APEX 20.1 的交互式网格中获取 select 列表中的唯一值 - How to get unique values in select list in interactive grid in APEX 20.1 在Oracle APEX Interactive Report中更新与过滤器相关的页面项 - Updating Page Items with Respect to Filters in Oracle APEX Interactive Report Oracle apex 如何从复选框中获取值并将其插入到特定表中 - Oracle apex how to get values from checkbox and insert it into specific table 剑道网格中的复选框值始终为False - Always get False in checkbox value in kendo grid 如何使用Ajax删除Oracle APEX经典报表中的选定复选框行 - How to delete selected checkbox rows in an Oracle APEX Classic Report using Ajax JQuery 日期选择器 Oracle APEX - JQuery Datepicker Oracle APEX
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM