There is no such option.
However you could do it manually by reading the colModel from state, compare with colModel of the grid, hide/ show the extra columns as per your requirement.
var CM = JSON.parse(state).colModel; //state's colModel.
var CM2 = [{},{},...]; // grid's colModel