It's not a secret anymore!
The moose likes Swing / AWT / SWT and the fly likes Looking for a complete data grid table Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Looking for a complete data grid table" Watch "Looking for a complete data grid table" New topic
Author

Looking for a complete data grid table

Eugenio Flores
Ranch Hand

Joined: Sep 13, 2007
Posts: 38
Hello, I been looking for a data grid table that could be useful for sorting, exporting, and ordering data, the same way it can be done with some data grids available in Delphi or .Net

I have already found some grids with sorting capabilities, such as jxtable provided by http://swinglabs.org/. But that table does not have exporting and sorting (where you drag a column and the rest of columns are displayed based on the ordering column key)

Any recommendations?

Thanks a lot
Baljeet Sandhu
Greenhorn

Joined: Jun 16, 2009
Posts: 1
Hi, you should check out nattable at nattable.org. Its an advanced SWT data grid with lots of functionality
including sorting, column freezing, column grouping etc
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Looking for a complete data grid table
 
Similar Threads
Adding grids in MapBacked form
Problem with sorting and filtering a JTable
jQuery in Action: grids limitations?
BorderLayout
Welcome Chet Haase and Romain Guy