cakephp-datatables icon indicating copy to clipboard operation
cakephp-datatables copied to clipboard

CakePHP3 Plugin for DataTables plug-in for jQuery

Results 21 cakephp-datatables issues
Sort by recently updated
recently updated
newest added

Hello! First of all great plugin! Loving it so far. But I have a question that I couldn't find an answer for; Is there any way I can order the...

The following error is thrown in the console window. (Looks like serialization is required in the controller. ) //$this->set('_serialize', array_merge($this->viewBuilder()->getVars('_serialize'), ['data'])); something similar is required Uncaught TypeError: Cannot read properties...

Isn't there a small bug in the construct callback function of the plugin: ``` public function __construct(string $name, array $args = []) { if (empty($args)) { $code = $name; }...

I have noted a few users have reported an issue when using this plugin with Cake v4. I have done a little investigation my side side and found the following....

Hello, I followed the installation steps for cakePHP 4. The DataTables displays correctly, but I cannot sort or filter the data. My controller returns HTML content and no JSON response...

Hello, Do you know if it's possible to use inline editing with your project ? https://editor.datatables.net/examples/inline-editing/simple

Hello, I've a problem with one table column that is a text type in my model. When i try to search i've an error on line 311 in DataTablesComponent.php, PHP...

Hello, Do you thinks that it will possible to add a params to table function (file DataTablesHelper.php) to select the block name where the code will be appear in the...

It is possible to render field with html code and field value ?

This is a weird one, clearly I'm doing something wrong, just wondering if you can point me to the right direction. When i let my INT columns be searchable, the...