Author Topic: Export only visible columns  (Read 2725 times)

altyra

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 12
    • View Profile
Export only visible columns
« on: November 25, 2019, 09:20:14 pm »
Hi,
How can i export only visible columns?

Thank you for your time

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Export only visible columns
« Reply #1 on: November 26, 2019, 09:34:26 am »
Please mark the undesired columns in export as copy:false

https://paramquery.com/pro/api#option-column-copy

Please note copy: false works only for non grouped columns.

altyra

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: Export only visible columns
« Reply #2 on: November 26, 2019, 11:30:17 pm »
The copy : false argument is only hiding the header of the column but not the data itself.

Thank you for your time

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Export only visible columns
« Reply #3 on: November 27, 2019, 10:07:32 am »
Do you have grouped or ungrouped columns?