Author Topic: Exporting only selected rows  (Read 9188 times)

SegueTech

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: Exporting only selected rows
« Reply #15 on: May 06, 2016, 04:04:32 pm »
Wow!  You guys are awesome!  That is so simple, that's perfect, and with the Unselect All, I don't need anything else to unselect.  Thank you so much!

Out of curiosity, does the pq_rowselect offer a similar option to the cb:{all: true} so that all rows in the data could be selected, even if they were not in the current page view?


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Exporting only selected rows
« Reply #16 on: May 09, 2016, 06:11:44 pm »
That would be:

Code: [Select]
  this.selection().selectAll({type: 'row', all: true});