Hi everybody, 
I use “JQGrid for PHP” and I'm having a big problem to rename my columns (with labels) dynamically with a loop and two personals arrays of values.
So, when I try to use personals arrays in “grid.php”, labels are correctly changed but data no longer appears as if arrays usage was banned or misinterpreted… But I'm just coding simply in PHP and it seems I cannot really in this file.
I try to do something like this :
foreach ($column_name as $i => $value) {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top