Refresh datatable after the row is updated

Which method can I use to refresh the datatable after the row is updated?
I use this.editRow(id); to edit the data in the datatble row.

I tried onAfterEditStop, but it fires too many times (I have 3 columns that can be edited, so it refreshes datatable 3 times), but I need to refresh a table only once.