Hello,
Using
** Smart GWT Forum
I am using the following
SmartClient Version: v8.3p_2013-04-19/PowerEdition Deployment (built 2013-04-19)
GWT 2.5.1
I have read the documentation and am starting a new thread with the specific related to TreeGrid.
I see that the initial data takes an array of TreeNodes. I would like to get the data from mysql. I tried using a ResultSet, but it did not seem to get all the data (by design per documentation of Result Set). What is the correct way to get all the data on a request? So I can set the initial data in my tree grid?
Evan
Using
** Smart GWT Forum
I am using the following
SmartClient Version: v8.3p_2013-04-19/PowerEdition Deployment (built 2013-04-19)
GWT 2.5.1
I have read the documentation and am starting a new thread with the specific related to TreeGrid.
I see that the initial data takes an array of TreeNodes. I would like to get the data from mysql. I tried using a ResultSet, but it did not seem to get all the data (by design per documentation of Result Set). What is the correct way to get all the data on a request? So I can set the initial data in my tree grid?
Evan
Comment