[FLOW3-general] Retrieving Data from a database table to an Ext.Grid.GridPanel
Regine Rosewich
regine.rosewich at hoellenberg.biz
Fri Apr 8 15:31:03 CEST 2011
Hi folks,
my playing around with ExtDirect and ExtJs works fine except one little
nuisance. I have a test-class/table with five fields which has been
perfectly persisted via Doctrine2 to the mysql database. It contains 3 rows.
When trying to get the content of the table into the Ext.Grid.GridPanel with
var directFn = function(callback) {
F3.ExtJsTest_Service_ExtDirect_Controller_TestDataController_showAll(callbac
k);
}
I always get only the first row shown in the grid. The Controller Action
only makes a query to the TestDataRepostory findAll() method.
Where is my brain-bug?
Regine
More information about the FLOW3-general
mailing list