Hello Tony
I use Java with Spring Framework on the backend. Data returned is usually nested objects.
So to access data, I have to do the following:
colModel :[
…..
{name:'company.companyID', hidden:true}
{name:'company.name', width: 60…..}
]
it would be nice if there was an “alias” attribute, such that when it gets submitted, it would submit as companyID, not company.companyID.
Thanks.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top