Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
655
igGrid: how to bind a complex data source?
posted

Hello,

I have a data source like:

var dataSource = [

{

    User: {

         ID: '123',

         Name: {

            First: 'Jack',

            Last: 'Doson'

         }

    }

}

]

I want to show it in an igGrid, primary key is User.ID, column 'UserID' is User.ID,  column 'UserName' is 'User.Name.First + User.Name.Last'.

How can I do it? Thanks!

Parents Reply Children
No Data