I have ng-grid and columns in that I have field country id, but I want to print country name in cell. So how can I do that? -


i have ng-grid. inside have bind columns firstname, last name, country, state city. in country, state, city columns have stored ids in table, on base of id want print country name. how possible?

{ field: 'city', displayname: 'ישוב', celltemplate: '<div> {{getcityname(row.getproperty(col.field))}}</div>' },


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -