I'm loading data into a Panel Grid using loadData
function. In the browser, I see the load mask, and the data for the fraction of a second, and then all the columns disappear. When I refresh the browser a couple of times, sometimes I see the columns, but sometimes I don't. My data is in the following format:
data = [
{ name: 'ExtJs'},
{ name: 'ExtJs'},
{ name: 'ExtJs'}
]
Any ideas why the grid columns disappear?