Powered By Blogger

রবিবার, ২৫ ডিসেম্বর, ২০২২

Remove sum in interactive grid

 Set the following code into 

Interactive grid >> Attribute >>JavaScript Initialization Code

function(config) {  

    config.editable.autoAddRow = true;

    config.submitSelectedRows = false;

    config.defaultGridViewOptions = {

skipReadonlyCells: true,

    multiple: true,

    selectAll: false,

    footer:false,

    

}; 

    return config;


কোন মন্তব্য নেই:

একটি মন্তব্য পোস্ট করুন

Row-level “Add” icon using a virtual column (APEX-safe)

1️⃣ Enable Insert in the Interactive Grid IG → Attributes Edit → Allowed Add Row → Yes 2️⃣ Add a New Column (Icon column) Column...