High performance SWT data grid

Clone this repo:
  1. 6a62be8 Bug 582397 - [FilterRowComboBoxCellEditor] incorrect canonical values by Dirk Fauth · 8 months ago master
  2. 955db4d Bug 582373 - [RichTextPainter] not resizing multiline content correctly by Dirk Fauth · 8 months ago
  3. d2aeaa0 Bug 582377 - GroupBy expansion does not show immediately by Dirk Fauth · 8 months ago
  4. a7a50f3 Update version to 2.2.1-SNAPSHOT by Dirk Fauth · 10 months ago
  5. bcf42fb Merge "Gitignore Tycho pomless files" by Dirk Fauth · 10 months ago 2.2.0

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 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 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.

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:

Additional information