I am looking for an abstract representation of a grid in Java (a grid like in this thing with columns and rows of data). Are there such things? I want to be able to sort, filter, track rows, set column properties, etc. Then I will implement the grid on the Internet.
To be clear: I have already decided to use the end-viewing technology (client side). The thing I'm looking for will contain all the entries and offer them as needed.
theryt
source
share