<script> //JSON grid data var obj = [ { "EmployeeID": 1, "LastName": "Davolio", "FirstName": "Nancy", "Title":"Sales Representative", "City": "Seattle", "Country": "USA" }, { "EmployeeID": 2, "LastName": "Fuller", "FirstName": "Andrew", "Title":"Vice President, Sales", "City": "Tacoma", "Country": "USA" }, ]; angular.module('listCtrl', ['ejangular']) .controller('PhoneListCtrl', function ($scope) { $scope.data = obj; //Grid data bound }); |
We have created a sample in jsPlayground,
Sample
Regards,
Isuriya R
Hi Tomasz,
We regret for the inconvenience caused.
We have analysed the reported issue with our sample. We are unable to reproduce the issue. Please share the following details to find the cause of the issue
1. Please provide your grid rendering code snippet or modify our sample to reproduce your issue.
2. Could you ensure that your given dataSource is same as in the provided sample dataSource?
We have created a sample in jsPlayground,
Sample
Regards,
Isuriya R