Serenity: Lock the columns

Created on 7 Dec 2017  路  2Comments  路  Source: serenity-is/Serenity

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!

Most helpful comment

 protected getSlickOptions() {
            var opt = super.getSlickOptions();
            opt.frozenColumn = 0
            return opt;
        }

All 2 comments

 protected getSlickOptions() {
            var opt = super.getSlickOptions();
            opt.frozenColumn = 0
            return opt;
        }

Thank you very much!! @Zahar661

Was this page helpful?
0 / 5 - 0 ratings

Related issues

StefanTheiner picture StefanTheiner  路  3Comments

AmuthaKondusamy picture AmuthaKondusamy  路  3Comments

dudeman972 picture dudeman972  路  3Comments

GitHubOrim picture GitHubOrim  路  3Comments

Amitloh picture Amitloh  路  3Comments