Adding button below child table

Hi @moe01325,

Please apply it.

frm.fields_dict["items"].grid.add_custom_button(__('Download CSV'), 
			function() {
				 downloadCSV();
        }).css({'position':'absolute', 'margin-left': 735});

Reload and check it.

Thanks.

3 Likes