Author Topic: merging of cells disturbed when filtering  (Read 1695 times)

saritha

  • Newbie
  • *
  • Posts: 16
    • View Profile
merging of cells disturbed when filtering
« on: January 21, 2020, 03:22:23 pm »
when i use column header filter merging is disturbing

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
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 »