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
15
igGrid: data exists in DOM, but does not display
posted

Kinda new to this.

I'm attempting to use igGrid with a RESTful data source.  This is taken primarily from the Help Topics, igDataSource Overview and Binding igDataSource to REST services.  Everything seems to work.  No errors in the client debugger (Chrome or IE).  DOM shows <td> data as expected so all the RESTy stuff appears to be working as expected.

The issue is that while the header rows (column names and filtering drop down) appear correctly and the filtering menu opens, etc, none of the actual table data shows up on the grid.  Kinda frustrating when I can look at the DOM and see the data but it does not show up in the grid.  I'm sure it is something I've done incorrectly, but not sure what.

Also, I've put break point(s) in render function but it never seems to get called.  Not sure if that is significant or not.

Any ideas?

Thanks!

Parents
  • 29417
    Offline posted

    Hello Tom, 

    Thank you for posting in our forum. 

    When inspecting the cells in the DOM via the browser's Dev Tools, could you check if perhaps there are some additional styles applied to them that may be displacing/hiding them from the grid container? 

    I’m looking forward to your reply. 

    Regards,

    Maya Kirova

Reply Children