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

Hi, I am loading $columns from the controllers and pass them to the view with set. After setting the render attribute in the columns array like in your [documentation](https://github.com/ypnos-web/cakephp-datatables/wiki/Callback-functions) CakePHP...

Hi, I want to get the rank for each user based on points. This is what I have followed: http://live.datatables.net/bexupefa/1/edit And it works fine, but when I perform the search,...

When using the provided dt.render.date if the date passed is null an error will occur.

below this is main query with null return, render with 'number' parameter without problem. number":null,"user":{"username":"test"} below this is contain query with null, since render parameter is 'user.username', so datatable cant...

Hi! To showcase this cool plugin, maybe you would be interested in making an addition as demo code @ http://sandbox.dereuromark.de/sandbox/plugin-examples ? This way people can see first hand and hands...

Some features of 2.0/3.x have not yet been documented: * Use of `ColumnDefinitions` for very convenient setup and later enrichment of column definitions * Being able to pass order parametrization...

help wanted

Hello there @ypnos-web , i have been working with this code for a while, trying to implement case insensitive search in an elegant way. I think i have found it...

Using the column search function as shown here: [https://datatables.net/reference/api/column().search()](url) with a regex of 'value|value2|value3' returns nothing because the plugin makes no attempt to split regex searches, so instead of a...

I'm developing a branch with some modifications and whilst testing the filtering I think I have discovered an error. The component builds OR and AND condititions. I'm not really sure...

My need is a date range filter, Is there a way to have it in column? I found [yadcf](https://github.com/vedmack/yadcf) but I think there might be a server side code who...