printing columns
printing columns
i want to select select rows and print two columns (name and salary) with modal popup how can i do it? please help
This discussion has been closed.
i want to select select rows and print two columns (name and salary) with modal popup how can i do it? please help
Answers
The
printbutton has aexportOptionsconfiguration parameter, which you can use to select the columns (buttons.exportData()) - e.g.:You can also use the selector modifier as I have above to pick only the selected rows.
Allan