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
»
Bug Report
»
merging of cells disturbed when filtering
« previous
next »
Print
Pages: [
1
]
Author
Topic: merging of cells disturbed when filtering (Read 1693 times)
saritha
Newbie
Posts: 16
merging of cells disturbed when filtering
«
on:
January 21, 2020, 03:22:23 pm »
when i use column header filter merging is disturbing
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: merging of cells disturbed when filtering
«
Reply #1 on:
January 29, 2020, 10:32:04 pm »
Either add hideRows: true to filterModel
Code:
[Select]
filterModel: { hideRows: true },
or use auto merge as in this example:
https://paramquery.com/pro/demos/merge_cell
«
Last Edit: January 29, 2020, 10:35:27 pm by paramvir
»
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Bug Report
»
merging of cells disturbed when filtering