You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A table displayed is not really useful if it cannot be exported. It's possible to do it programmatically but that would be nice to be able to add this feature to the SwingTableDisplayViewer.
I know there is some refactoring of Table undergoing at the moment so I'll wait for it before proposing a PR (I can also help with the refactoring if needed). Here are the tasks for the refactoring:
Current progress: today I released version 0.1.0 of scijava-table. Before this can replace net.imagej.table.*, we need to adjust imagej-legacy and imagej-omero and release new version of both, as the API (the package name) changed. See also scijava/scijava-table#2 and #78.
A table displayed is not really useful if it cannot be exported. It's possible to do it programmatically but that would be nice to be able to add this feature to the
SwingTableDisplayViewer
.I know there is some refactoring of
Table
undergoing at the moment so I'll wait for it before proposing a PR (I can also help with the refactoring if needed). Here are the tasks for the refactoring:net.imagej.table
package fromimagej-common
to a newscijava-table
component. See Create scijava-table component scijava/scijava-common#314.scijava-table
.imagej/imagej-plugins-io-table
toscijava/scijava-plugins-io-table
.scijava-plugins-io-table
.net.imagej.ui.swing.viewer.table
package fromimagej-ui-swing
toscijava-ui-swing
component.scijava-ui-swing
.The text was updated successfully, but these errors were encountered: