Hello,
In Cloud I have tried to assign a field in Table with CLASS, however for some reason the field is not getting the class assigned...
The desired outcome is that when the value is selected in first row, all added rows should by default get the value from above row.
The field has values being populated from Lookup.
I could manage this script, any help is Highly appreciated...
Which I got from: https://answers.laserfiche.com/questions/98885/Copy-row-value
$(document).ready(function () { $(document).on('click', '.cf-table-add-row', function(){ ":visible" selector as $('#q54 input').last().val($('#q54 input:visible:eq(-2)').val()); }); });
Thanks,