The admin section of my component shows form submissions with a very similar layout to the way the User's Manager displays. I need to add a button for Export and also Print View. I believe the Export should be no problem with JToolBarHelper and add a $task which will take data and put to csv and force download.
However, I am unsure how to implement a print view. I could see how I could do this on a View on the front end by creating a nice html layout and call it with a url &tmpl=component. I'm not quite as experienced with admin section of component creation and don't quite know the best way to create a clean view (no header/footer, etc) of the data for printing, from the admin area.
Thanks for any ideas.
Joe