tigrang / cakephp-datatable

JQuery DataTable plugin server-side processing component for CakePHP
47 stars 29 forks source link

Fixing issue with useField = false #62

Closed ajibarra closed 9 years ago

ajibarra commented 9 years ago

If the "useField = false" field is not the last one then it breaks the foreach and the row is not added to aaData. In docs example Actions => null is the last one so it works. I am using it with Actions as first field so empty aaData is returned.

tigrang commented 9 years ago

I probably meant to put a continue;. Oops.

Thanks.