Why command grid.render_sql “SELECT * from tableA where id>10”,“name,price”, “”, “” loading datarow but not set header fields “name,price”?
You need to use
config = new GridConfiguration();
$config->setHeader(array("column 1","column 2"));
Why command grid.render_sql “SELECT * from tableA where id>10”,“name,price”, “”, “” loading datarow but not set header fields “name,price”?
You need to use
config = new GridConfiguration();
$config->setHeader(array("column 1","column 2"));