Re: [qooxdoo-devel] TableModel.setData without column id

2008-04-11 Thread Jim Hunter
If this is an exact copy of what your code is, then you have a syntax error. You are missing a closing paren. tableModel.setColumns( ["Item Num", "Item Desc]); //< missing this paren I did have a little trouble passing in only one array for the column headers, so I started to always pass t

[qooxdoo-devel] TableModel.setData without column id

2008-04-11 Thread kanugula
Hello, I have a Remote Table. The Table rows get filled if I use Column Ids. It doesn't work without Column Ids. I have some Tables where the data is retrieved in text format instead of javabean style. Working == tableModel.setColumns( ["Item Num", "Item Desc"], ["itemNum", "itemD