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
200
Data Source JSON not working
posted

I am trying to display the data using very simple JSON data. but the data is not displaying. Below is the code

var data3 = '{"key":1,"firstName":"Bill","lastName":"Smith"}';
$("#grid1").igGrid({
//localSchemaTransform: false,
//dataSourceType: "jsonp",
features: [],
dataSourceType: "json",
dataSource: data3,
//autoGenerateColumns: true
});

Could you please do the needful help?

Thank you.