cnizzardini / cakephp-datatable

CakePHP Component for interoperability between CakePHP 2.x and jQuery DataTables plugin.
62 stars 49 forks source link

chr(0) #17

Closed hkliush closed 10 years ago

hkliush commented 10 years ago

295 line $fields[chr($index)] = "$i"; produce error when $index is 0 - script is ended on this line without any error log

cnizzardini commented 10 years ago

Steps to reproduce?

cnizzardini commented 10 years ago

Closing this as you can now use mDataProp. See documentation