NatTable is a powerful and flexible SWT table/grid widget that is built to handle very large data sets, real-time updates, dynamic styling, and more.
NatTable is a subproject of the Nebula Project the home of further supplemental custom widgets for SWT.
To get started with NatTable it is recommended to read through the NatTable Getting Started Tutorial we published at vogella Tutorials. It explains the basic concepts, how to install NatTable to the IDE or how to add it to a Target Definition, and it contains some basic exercises.
One of the best ways to get familiar with NatTable is to have a look at example code. There are several options to have a look at the NatTable Examples code:
- Browse through the examples in
org.eclipse.nebula.widgets.nattable.examples
- Checkout the sources from GitHub and inspect the project
org.eclipse.nebula.widgets.nattable.examples
. - Download the NatTable Examples Application open an example and inspect the View Source link at the bottom of the page.
You can find update site URLs and downloadable repository archives of the current release and all older releases in NatTable Downloads.
If you are interested in SNAPSHOT builds, you can find the update site URLs and all downloadable resources in NatTable SNAPSHOTS