How to reset(filters, hidden Columns, reordering, resizing) to a Default Datatable Structure

Hi,

In a datatable on which filters, col reordering , col resizing, show/hide columns happens there is an option to remove all of them and get a clear Datatable with the default configuration ?

For now, dataState API allows to save and restore only the next values:

  • sizes of all views
  • open state of accordion panels
  • state of tree (open branches, selection) - without saving the data order
  • state of datatable ( columns, filters, sort order, selection, scroll position )

Thanks Listopad