According to the javadocs: https://www.smartclient.com/smartgwt...a.lang.Object-
you can set a property in the DSResponse in the server-side.
But how to get it back in the client-side?
"JavaScript code on the client could then access "dsResponse.totalsRowsIsApproximate" from any method that receives the DSResponse, eg, DataSource.transformResponse(). "
As smartGWT doesn't directly deal with javascript, which would be the correct java method to retrieve it ?
you can set a property in the DSResponse in the server-side.
But how to get it back in the client-side?
"JavaScript code on the client could then access "dsResponse.totalsRowsIsApproximate" from any method that receives the DSResponse, eg, DataSource.transformResponse(). "
As smartGWT doesn't directly deal with javascript, which would be the correct java method to retrieve it ?
Comment