Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about oracle-apex-20.2

Read more about oracle-apex-20.2

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - oracle-apex-20.2

Oracle APEX: Is it possible to disable IG select conditionally

I want to disable select on my IG when a page item P1_CONDITION meets certain criteria. I hid row action and row selector when condition is met, but if I click on any of the rows, they are still getti...
test-img

Coding Duchess

oracle-apex

oracle-apex-20.2

Votes: 0

Answers: 2

Latest Answer

You can use Javascript snippet as below to disable your grid: var grid = apex.region("emp").call("getViews").grid; grid.view$.grid("option", "editable", false);...
test-img

cengiz sevimli

Query against Oracle Application Express (APEX) views to list all components where plugins are utilized

Does anyone have a query against Oracle Application Express (APEX) views to list all components where plugins are utilized? I am looking to get results that are somewhat similar to Plugin utilization ...
test-img

kapiell

oracle-apex

oracle-apex-19.2

oracle-apex-20.2

Votes: 0

Answers: 2

Latest Answer

This is something that you can figure out easily. There is a view called apex_dictionary that lists all the apex view details. step 1 Figure out which views have a column with the string "PLUGIN&...
test-img

Koen Lostrie

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved