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
125
Blank column entry on iggrid
posted

Is it possible for the grid output a blank cell for columns that don't have data for a few records? For example i have the following json - 

[{id:4123, name:'ted', city:'chicago'},

{id:4126, name:'bob', city:'manchester'},

{id:4123, name:'ted'}

I would like the grid to produce three rows in this case and the city column of the third row should output a blank cell. Is this possible? 

Parents
  • 18204
    Suggested Answer
    Offline posted

    Hello adil sulaiman,

     

    Thank you for posting in our forums!

    It is possible to achieve this with the igGrid.  The igGrid will interpret any missing data as null and display an empty cell.  You can see a jsfiddle that demonstrates this here.

    If you have any further questions or concerns with this, please let me know and I will be glad to help.

Reply Children