Remove Default First Row Selected (IG - Oracle Apex)

Remove Default First Row Selected

Execute when Page Loads

below for 5.1 or old version
var ig$ = apex.region("emp").widget();
ig$.interactiveGrid("getViews", ig$.interactiveGrid("getCurrentViewId")).setSelection($());

Later 5.1
apex.region("grid_static_id").widget().interactiveGrid("setSelectedRecords", []);

OR

Add to Advanced JavaScript Initialization Code:

function(config) {  config.initialSelection = false;  return config;}

Comments

Popular posts from this blog

Telegram Integration with Oracle

The username or password for the connection pool named |apex||, are invalid, expired, or the account is locked

Enabled SQL Developer Web (SDW) & ORDS Database API ORDS 19.4