cakephp-datatable
cakephp-datatable copied to clipboard
CakePHP Component for interoperability between CakePHP 2.x and jQuery DataTables plugin.
Any particular reason you have taken down the [demo link](http://cakephpdatatables.cnizz.com/)? It is often very useful to just get a very quick look at the examples hosted there. Can you please...
Any plans to extend the plugin to perform custom find (`all`, `threaded`, ``,...) instead of supporting just the `Paginator` component? I'm right now facing this challenge to find records using...
Howdy folks, I'm getting the following error when I try to filter on a row. I can sort with no issues and data is displaying in datatable no issues but...
I'm using the branch release that supposedly supports Containable. When I search to filter my table doesn't crash but the rows do not filter so it seems there is a...
I noticed in [your wiki](https://github.com/cnizzdotcom/cakephp-datatable/wiki/5.-SUM,-CONCAT,-and-other-SQL-Functions) that search feature is not available on virtual fields. Either, I'm missing something or you fixed the issue but forgot to update wiki (which seems...
I have found that this component does not correctly allow you to search on containable belongsTo fields as it adds the search conditions to the conditions of the model in...
Hi Chris - thanks for your efforts on this component. This one is an excellent starting point for me to build a complete plugin out of it. Anyway, just like...
In reference: https://github.com/cnizzdotcom/cakephp-datatable/issues/13
After fetching my array comes likes $contacttracker = $this->DataTable->getResponse(); Array ( [sEcho] => 1 [iTotalRecords] => 1071 [iTotalDisplayRecords] => 1 [aaData] => Array ( [0] => Array ( [Contacttracker] =>...
what can i do to solve this plz ? SQLSTATE[HY000]: General error: 1271 Illegal mix of collations for operation \u0027like\u0027