#745 fwt-js Table popup and export

andy Tue 15 Sep 2009

I enhanced the fwt-js implementation of Table to support a "table popup", accessed via the column header for the selection column. Currently has three commands:

  • Select All
  • Select None
  • Export

Export pops up a dialog with a text area containing a CSV export of the TableModel. So you get it for free on all tables. Plan to enhance with:

  • Pick columns for export
  • Export only selected rows

The popup feature will also be used to implement show/hide of columns when I get to it.

Login or Signup to reply.