I have SmartGWT 2.2. i have a datasource the pulls data from the server correctly. I am using fetchData to do the retrieval from the server.
I want to access a column ("status_code") from the first row of the data returned.
I suppose that I can use getAttributeAsString("status_code") but how do I reference the first row of the datasource?
I want to access a column ("status_code") from the first row of the data returned.
I suppose that I can use getAttributeAsString("status_code") but how do I reference the first row of the datasource?
Comment