Is it possible to use column customization when you are loading the data by array instead of a db table?
I was able to get the grid working by loading from an array, but then I had trouble doing custom things to specific columns. Not sure if I was not doing it correctly, or if it was just not possible.
1 Answers
Column cusgtomization works as normal in array based grid.
You can review sample code.
http://www.phpgrid.org/demo/demos/loading/load-array.phps
http://www.phpgrid.org/demo/demos/loading/load-array.php
Your Answer