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?
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 :)
Most helpful comment
Hey @Keyframe
I will stick whole group freezing on the roadmap
Cheers
Oli :)