ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: lian.jing on March 09, 2020, 08:39:35 am

Title: i want no scroll placeholder when autofit columns
Post by: lian.jing on March 09, 2020, 08:39:35 am
 when i set
{
    width: '100%',
   scrollModel: {autoFit: true }
}

the right of the grid has a placeholder for vertical scroll,  when i set heith='flex', it disappear, but the grid height,i must set to ‘100%’, i can't set it to ‘flex’,
Title: Re: i want no scroll placeholder when autofit columns
Post by: paramvir on March 09, 2020, 09:10:10 am
scrollModel: {autoFit: true } is used to remove horizontal scrollbar only.

height: 'flex' is used to remove vertical scrollbar.