I'm a little bit stucked right now and I hope someone can help me with my problem.
I'm getting a ResultSet
from a SQL Query and I want to use GWT CellTable
for displaying the content of my ResultSet
dynamically based on the ResultSet
. I need this for displaying the whole content of an mySQL-Table and I want to make this dynamically so I can create any table and the CellTable
will be generated dynamicaly.
Has someone an idea for an convenient way?