Our blazing fast Grid component built with pure JavaScript


Post by alex.l »

Hi,

Empty screen - did you mean totally blank screen or a grid with no data?
Because it's not really possible to debug this code, I can check it only visually. I see you set autoLoad and URL so data should be loaded.
Please answer the question: Do you see request in Network tab of Chrome DevTools?
Make sure data format is correct. You can compare it with JSON examples in any of our demos (check /examples folder).
Do you see JSON when you open http://localhost/project/projectgrid/data address in a new tab?
Please attach JSON data format you used, we can also review it.

It might be helpful check examples/php demo and compare configs/data format you used.
If no luck, attach full app with instructions how to reproduce the issue and data JSON or url we can use in AjaxStore.

All the best,
Alex


Post by bharat95 »

Hi,

I'm seeing totally blank screen. I'm able to see json when opening http://localhost/project/projectgrid/data
Also the json I'm using is

"[{\"Name\": \"Test\"}]";

Post by alex.l »

Then the problem is not in a store, but in the app itself. We are waiting for runnable test case to go forward with that.
Did you see demos in /example/frameworks/react ?

All the best,
Alex


Post by bharat95 »

Hi,

Now it's working fine. Thanks team for all your help.


Post Reply