| # Nebula NatTable - high performance SWT data grid |
| |
| 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](https://github.com/eclipse/nebula) the home of further supplemental custom widgets for SWT. |
| |
| ## Getting Started |
| |
| ### Tutorial |
| |
| To get started with NatTable it is recommended to read through the [NatTable Getting Started Tutorial](https://www.vogella.com/tutorials/NatTable/article.html) we published at [vogella Tutorials](https://www.vogella.com/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. |
| |
| ### NatTable Examples Application |
| |
| 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: |
| |
| * Checkout the sources from Git which is explained in our [Contribution Guide](CONTRIBUTION.md). |
| * Download the [NatTable Examples Application](https://www.eclipse.org/nattable/documentation.php?page=examples_application) open an example and inspect the *View Source* link at the bottom of the page. |
| |
| ## Additional information |
| |
| * [Project Details](https://projects.eclipse.org/projects/technology.nebula.nattable) |
| * [Contribution Guide](CONTRIBUTING.md) |
| * [EPLv2 License](LICENSE.md) |