Hi Guys,
Does Glide seems to be executing the JavaScript function for each row individually rather than allowing accumulation across rows?
If this is the case we would not be able to generate JSON array using javascript right ?
Regards,
Dilip
Hi Guys,
Does Glide seems to be executing the JavaScript function for each row individually rather than allowing accumulation across rows?
If this is the case we would not be able to generate JSON array using javascript right ?
Regards,
Dilip
Why do you need to do it?
Hi @ThinhDinh ,
I could get as far as getting JS to return the rows value , but I am not able to get JSON array which can return the entire tables value. No matter what I do it just Prints the current row value ---- number of rows present times.
Regards,
Dilip
That is the way the JS column works. Why don’t you use something like a joined list to get that?
Hi @ThinhDinh
Thank you for replying.
I am using glide Big table. So passing the Java script output through a joined list gives the warning that Computed columns will work fine till 100 Rows.
Regards,
Dilip