Closed t3hn0 closed 3 years ago
At least for SS4.8 $stage->Columns needs to be instance of GridState_Data or reset won't work and will throw server error. Fix initialises variable as new empty GridState_Data.
Thanks for contribution @t3hn0 , I've created a follow up PR where this issue is resolved.
The new fix is available in the 2.1.4 release.
At least for SS4.8 $stage->Columns needs to be instance of GridState_Data or reset won't work and will throw server error. Fix initialises variable as new empty GridState_Data.