Tabulator: Freezing columns in groups

Created on 2 Apr 2019  路  4Comments  路  Source: olifolkerd/tabulator

I know freezing columns in groups is not supported (as per error message), but it would really be useful. At least freezing the whole group - is that possible?

Enhancement Question - Ask On Stack Overflow

Most helpful comment

Hey @Keyframe

I will stick whole group freezing on the roadmap

Cheers

Oli :)

All 4 comments

You can freeze a whole group by freezing all the columns in that group

Cheers

Oli :)

I did try that, but to no avail. Hmm.. Maybe because there's a group in a group. Even so, I would still like to freeze at least the whole uber group

Hey @Keyframe

I will stick whole group freezing on the roadmap

Cheers

Oli :)

I have just pushed this update to the 4.6 branch which will be released later this month.


var table = new Tabulator("#example-table", {
    [
        {
            title:"Column Group",
            frozen:true, //frozen column group on left of table
            columns:[
                {title:"Name", field:"name"},
                {title:"Age", field:"age"},
            ]
        },
        {title:"Eye Colour", field:"eyes"},
        {title:"Height", field:"height"},
    ]
});

Cheers

Oli :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Honiah picture Honiah  路  3Comments

KES777 picture KES777  路  3Comments

Manbec picture Manbec  路  3Comments

KES777 picture KES777  路  3Comments

c3pos-brother picture c3pos-brother  路  3Comments