ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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
-
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.
var exportHtml = this.exportData({ format: 'htm', render: true })
Reference:
http://paramquery.com/pro/api#method-exportData