Child table read only

hi,
i gave child table field is read only it’s working …but after i refresh this page wrongly it is editable

Thanks for advance

fname_on_form_rendered: function(doc, cdt, cdn) {
var me = this;
** make your field read only here **
},

thanks for rly,
this solution like ok i ll try