Allow Frozen Columns #6693
ibrahimGit123
started this conversation in
Serenity Ideas
Replies: 2 comments
-
Frozen Columns are working with v6.5.1 protected getSlickOptions() {
let opt = super.getSlickOptions();
opt.layoutEngine = new FrozenLayout();
opt.frozenColumns = 1;
return opt;
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
I do see that, but doing this causes incompatibility issues when combined with Totals (CustomSummaryMixin), where the totals don't work properly |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The newest version of Serenity no longer support Slickgrid Frozen columns. It would be great if this feature was brought back.
Beta Was this translation helpful? Give feedback.
All reactions