ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
i want no scroll placeholder when autofit columns
« previous
next »
Print
Pages: [
1
]
Author
Topic: i want no scroll placeholder when autofit columns (Read 1524 times)
lian.jing
Pro Deluxe
Newbie
Posts: 2
i want no scroll placeholder when autofit columns
«
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’,
«
Last Edit: March 09, 2020, 09:02:50 am by lian.jing
»
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: i want no scroll placeholder when autofit columns
«
Reply #1 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.
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
i want no scroll placeholder when autofit columns