dudapiotr / ZfTable

*Not supported*ZfTable 3.1. Awesome ZF2 table / grid (and much much more) generator with huge possibilities of decorating and conditioning. Integrated with DataTables, Doctrine 2, Bootstrap 2.0 and 3.0.
http://dudapiotrek.laohost.net/
MIT License
75 stars 59 forks source link

Typo issue in showExportToCSV examples #52

Open yannickvid opened 9 years ago

yannickvid commented 9 years ago

Since I have updated my version of Zend Framework to 2.3.4 I was getting the following error:

"The option "showExportToCSV " does not have a matching setter method which must be defined. "

To solve the problem simply remove the space after "CSV" in your table configuration.

The issue has been found in zftable/src/ZfTable/Example/TableExample and http://dudapiotr.eu/table/csv-export

jfloff commented 9 years ago

I second this. Whole afternoon around this extra white-space /sigh