Delete the saved state entirely.
Whether anything was restored on mount.
The restored state, read once on mount and never re-read — so it is safe
to use as a useState initial value. undefined when nothing was saved
or the saved schema version did not match.
Persist the column layout.
Persist the filter model.
Persist the page size.
Persist the sort model.
What useGridState returns.