[SalesForce] remove footer for lightning data table

I want to remove the standard buttons "Cancel" and "Save" in a lightning dataTable when a record is edited. I want to retrieve the values for a Wrapper Class through the onchange event when the record is edited, but I don't want to visualize the default buttons of the componententer image description here

Any idea?

Best Answer

You can use <lightning:datatable suppressBottomBar="true" ... />