Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi, you can try to see if Javascript API#getGridCells(cellFieldId) works, otherwise you can try to check Spreadsheet Deep Customizations.
If we have a spreadsheet of 3 columns(name, age, salary) and I need to fill the records of Ajax response by javascript
Sample data : [{"name":"name1","age":"34","salary":"25000"}] spreadSheet id = "sheet1"
Then when the form is submitted I need to get the data from the table using javascript also