I have a SharePoint form and a DataTables control outside the form.
DataTables.items = ComboBox.SelectedItems
When I submit the form:
Patch() > Reset(SharePointForm) > RequestHide()
Then when I create a New Form, the DataTables shows the values that were selected before even though the current ComboBox.SelectedItems is empty.
How do I reset DataTables?