I've a problem to use the NatTable Grid i.e. High Performance SWT Grid which I downloaded from http://sourceforge.net/projects/nattable/files/NatTable/. I can load the data into this NatTable Grid, but I don't know(or find any method in NatTable) how to find the selected row's index as we do in case of Nebula Grid/SWT table. Moreover, how to extract the data from this Grid after filling it, so that the extracted row data can be loaded into an ArrayList. Please, somebody tell me the way I should follow to achieve these functionalities in NatTable.
Asked
Active
Viewed 1,696 times
1 Answers
1
You can find answers to your questions in project examples, which are quite hard to find, but could be located through SVN browse on sourceforge. You should look on event examples (there is selection event example). Rest of examples are at SVN repos on sourceforge.

Sorceror
- 4,835
- 2
- 21
- 35
-
Thank you Sorceror for the answer. Actually I had already checked out whole nattable project from the official SVN repo http://sourceforge.net/projects/nattable/files/NatTable. However, due to some unknown reason, it didn't work properly. I'll try to what you've advised. – yayayokoho3 Jul 22 '11 at 04:43
-
1You're welcome. It was maybe some shutdown of sourceforge, try the SVN Browse feature in sourceforge web, works for most time.. – Sorceror Jul 22 '11 at 08:08