printing columns
printing columns
karaa
Posts: 5Questions: 2Answers: 0
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
print
button has aexportOptions
configuration 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