We can delete (hide) checkbox column by this code:
cur_frm.fields_dict["ln_items"].grid.wrapper.find('.row-check').hide();
I want to ask that is there any proper way doing this?
We can delete (hide) checkbox column by this code:
cur_frm.fields_dict["ln_items"].grid.wrapper.find('.row-check').hide();
I want to ask that is there any proper way doing this?
Hi @TurkerTunali,
I think the code is correct and it’s functioning properly. We’ve reviewed the basic code functionality but couldn’t find a straightforward solution.