Skip to main content

NatTable - Download

All downloads are provided under the terms and conditions of the Eclipse Foundation Software User Agreement unless otherwise specified.

NatTable 2.3.0 (changelog)

Release artifacts can be obtained from the following p2 repository: http://download.eclipse.org/nattable/releases/2.3.0/repository/

NatTable is also published via Maven Central.

A zipped p2 repository is also available here: repository.zip

The NatTable Examples Application can be downloaded from the
NatTable Examples Application page.

The downloadable release artifacts can also be obtained from NatTable GitHub Releases

Development Snapshot Builds

Development snapshot builds are available here:
http://download.eclipse.org/nattable/snapshots/

Older Releases

Note that if you want to use the NatTable extensions for GlazedLists and/or Apache POI in NatTable versions prior 1.4.0, the necessary OSGi bundles for those third-party dependencies need to be available for the installation process. These bundles are available in the latest recommended release build of Eclipse Orbit. You can either install those bundles manually prior installing the NatTable extensions or simply add the Eclipse Orbit Update Site to the list of Available Software Sites so the installation process is able to resolve the dependencies itself. The following update site is at the time writing this document the latest recommended Eclipse Orbit build repository:
http://download.eclipse.org/tools/orbit/downloads/drops/R20160221192158/repository/


NatTable 2.2.1 (changelog)

NatTable 2.2.0 (changelog)

NatTable 2.1.0 (changelog)

NatTable 2.0.5 (changelog)

NatTable 2.0.4 (changelog)

NatTable 2.0.3 (changelog)

NatTable 2.0.2 (changelog)

NatTable 2.0.1 (changelog)

NatTable 2.0.0 (changelog)

NatTable 1.6.0 (changelog)

NatTable 1.5.0 (changelog)

NatTable 1.4.0 (changelog)

NatTable 1.3.0 (changelog)

NatTable 1.2.0 (changelog)

NatTable 1.1.1 (changelog)

NatTable 1.1.0 (changelog)

NatTable 1.0.1 (changelog)

NatTable 1.0.0 (changelog)

NatTable (Incubation) 0.9.0 (changelog)

NatTable Core: Optional extensions: Examples: Release Notes

This is our first release as part of Eclipse Nebula. As such our package namespace is now org.eclipse.nebula.widgets.nattable. Our release numbering has also been reset to 0.9.0 in compliance with Eclipse conventions for incubation projects. This release is the successor to the last NatTable release on SourceForge, version 2.3.2.

This release contains ~40 bugfixes and new features. There is also one notable API change:

  • API calls that used to contain references to the concrete class LayerCell have been changed to reference the ILayerCell interface instead. If you have implemented any of these APIs (e.g. callbacks), please substitute ILayerCell for LayerCell when migrating to this release.

Back to the top