Author Topic: Unable to copy header with cell data  (Read 1150 times)

Sivakumar

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 32
    • View Profile
Unable to copy header with cell data
« on: March 23, 2021, 03:15:03 pm »
Hi,

Using version 7.3
I'm unable to copy header along with the cell data from grid to excel.

Below is the code for copyModel:

Code: [Select]
copyModel: {
                    on: true,
                    render: true,
                    header: true,
                    zIndex: 1e4
                },
                selectionModel: { column: true },



Let me know if more insight is required.

Thank you.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Unable to copy header with cell data
« Reply #1 on: March 23, 2021, 06:12:50 pm »
It works fine for me. Could you please share a jsfiddle.