Skip to content

Latest commit

 

History

History

subform_disable_sorting

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Subform: Disable row sorting

To prevent users from sorting rows in a Subform, place this empty function nuSortSubform() in your form's Custom Code field. This will override the default sorting function.

function nuSortSubform(s, c, e){
}

How to add Custom Code