Hello,
I would like to know if there is an attribute for the columns of a form to make sure that by scrolling the table you lock a certain column and remain visible.
Thanks!
protected getSlickOptions() {
var opt = super.getSlickOptions();
opt.frozenColumn = 0
return opt;
}
Thank you very much!! @Zahar661
Most helpful comment