Click Event in IG-Selector

圖片
 IG 勾選時,條件符合下不能勾選 Dynamic Action  When  Event : Click  Selection Type : jQuery Selector jQuery Selector : .u-selector Advanced Event Scope : Dynamic    var $te = $(this.triggeringElement); var rowId = $te.closest('tr').data('id'); //Primary Key var ig$ = apex.region("region_static_id").widget(); var model = ig$.interactiveGrid("getViews", "grid").model; var record = model.getRecord(rowId); var a = model.getValue( record, "AAA"); //column name : AAA var b = model.getValue( record, "BBB"); //column name : BBB /* apex.item( "Px_AAA" ).setValue (a); apex.item( "Px_BBB" ).setValue (b); */ if (a === b) { $(this.triggeringElement).removeClass("is-selected"); } #About : Primary Key

什麼 ? Low-Code Application Platform

LCAP <=> 低度程式碼開發平台
優勢: 
 學習成本低
 學習曲線低
 等等等等 ...(Google Search : LCAP)
 

象限 : https://iter01.com/634379.html

好吧 , Oracle APEX 還排不到前面,但若有Oracle 資料庫授權, 免費...很可以


留言

這個網誌中的熱門文章

AJAX & Lottie Animation