I am developing an office add-in using office.js, i have added the table using it and now i want to clear the table, i tried using deleteAllDataValuesAsync
method and this only deletes the data not the header.
https://github.com/OfficeDev/office-js-docs/blob/master/reference/shared/binding.tablebinding.deletealldatavaluesasync.md
I am trying to find out how to delete the header in table through binding or in general too