how to set value on grid specific column on javascript?

Confluence User - 13 Feb, 2025

i only know how to get grid value on javascirpt. but i don't know how to set grid value on javascript. this is example

var agunan_pasar = FormUtil.getGridCellValues("agunan.nilai_pasar");
var ratio_ltv = FormUtil.getGridCellValues("agunan.rasio_sensitivity");
            
for (var i = 0; i < agunan_pasar.length; i++) {
         let value_agunan = agunan_pasar[i] ;
		 // how to get value grid.       
}

so how i can set value ratio_ltv to grid cell_values ? 

grid;javascript

1


13 Feb, 2025
confluenceUser
1
confluenceUser

Hi Galvin, Check How to populate Advanced Grid using JQuery and try applying the same logic for Form Grid. 


RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print