Jsgrid: problem with grid call

Created on 28 Jul 2017  路  4Comments  路  Source: tabalinas/jsgrid

i've a dinamyc grid in my project where when i select 1 option it call my grid , well this works but not always , i mean i don't know why but sometimes it doesn't work and send me this error:

image

help wanted

All 4 comments

Hi,
Show your code with jsGrid config or reproduce this scenario on JSFiddle

Looks like jsGrid script is not loaded.
It could be the case that this script is loading asynchronously, so it's not guaranteed that it present when jsGrid is initialized.

i solved the problem( i think) , in my project there is a button on my grid , wich call a modal with content from another page(jsp) , i don't know why but if i change the call $(..).load to "document.getElementById("something").innerHTML = ''; " it works without problems ! ..... do u know why ?

Glad that you figured it out.
I'm afraid, there is not enough context to answer your followup question.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

am2222 picture am2222  路  4Comments

danielson317 picture danielson317  路  6Comments

flyinmryan picture flyinmryan  路  3Comments

bradybray picture bradybray  路  3Comments

Julian-B90 picture Julian-B90  路  4Comments