I am going crazy trying to make a situation work I would like to have, I sadly can’t find an example or any documentation helping here (or I miss out a combination). I have so far this structure:
{
responsive: "hide",
cols: [{},{
responsiveCell: false,
minWidth: 300,
maxWidth: 800,
},{}]
}
The idea is that I have a central column with everything, it should be maximum width of 800 pixel and should use as much of the space as possible, and if its wider then 800 pixel, then there should be left and right this empty column. You can imagine that my structure is not loading to my wished result, but I might be here on a wrong path.
Any suggestion?