Closed GoogleCodeExporter closed 9 years ago
Hi,
Check this file:
http://code.google.com/p/zfdatagrid/source/browse/trunk/application/grids/grid.i
ni
By default, charEncondig is set to UTF-8.
It's possible implement some missing configuration.
Original comment by ivomonte...@gmail.com
on 15 Apr 2012 at 8:14
Check last trunk commit - r1906.
Based in your example:
grid.formatter[] = My_Grid_Formatter
grid.filtersRender[] = My_Grid_Filters_Render_Table
grid.filtersRender[] = Application_Grid_Filters_Render_Table
grid.export[] = xml
grid.export[] = csv
grid.export[] = excel
grid.export[] = pdf
grid.charEncoding = UTF-8
Original comment by ivomonte...@gmail.com
on 15 Apr 2012 at 9:57
Forgot commit main file. Check r1907.
Original comment by ivomonte...@gmail.com
on 15 Apr 2012 at 10:09
Original comment by ivomonte...@gmail.com
on 5 May 2012 at 5:11
Original issue reported on code.google.com by
cbic...@gmail.com
on 15 Apr 2012 at 6:54