ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: ONEITSS on October 11, 2016, 04:39:57 pm

Title: how to print grid data AS IS
Post by: ONEITSS on October 11, 2016, 04:39:57 pm
Hi,
is there any option to print Grid data with all cell styles data + user selected filter applied, sort
Title: Re: how to print grid data AS IS
Post by: paramvir on October 12, 2016, 09:34:12 am
Filtered & sorted rows are exported/ printed by default.

Only inline cell styles can be exported for which you need to pass (render: true) to exportData method.

Code: [Select]
  var exportHtml = this.exportData({ format: 'htm', render: true })

Reference:

http://paramquery.com/pro/api#method-exportData