You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
My code in grid like below:
protected getSlickOptions() {
var opt = super.getSlickOptions();
opt.frozenColumns = 7;
opt.layoutEngine = new FrozenLayout();
return opt;
}
And I get some error below:
My serenity version is 6.6.0.
But it is OK, when i use the same code in serenity version 8.7.0.
How can i modify code in version 6.6.0. .
Beta Was this translation helpful? Give feedback.
All reactions