Delete Row on create invoice module

Hi,

how to delete row on invoice module, when we wanted to add new item, we will click the add new row button to add more row, and then insert the item information, if i don’t want the item, can i delete it, invoiceplane doesn’t provide delete button on that page.

Please Advice, urgent !!

Save the Invoice and the delete button will appear. You can also clear all item fields, empty rows will not be saved.

ya i know, but i want it able to delete before save.

It’s not possible

is possible, the way i used are

$(row).parent().parent().remove();