Tigran Gabrielyan

Results 21 comments of Tigran Gabrielyan

Hey @fr0z3nfyr, sorry I've been busy. I'll take a look either in the next an hour or so, if not, then tomorrow.

Can you paste your component config and the js settings you're initializing jquery datatables with? For range filter, you'll need to use a custom search method on that column. It...

@destinydriven the backend is setup for this but you need to manually add the column filters and call the filter function with jquery plugin. See https://legacy.datatables.net/examples/api/multi_filter.html The important bit is...

@destinydriven check this gist out for an exmaple. https://gist.github.com/tigrang/e6b9d53a407280f791f3abceea285394

@destinydriven is containable actually making a join or is it doing a separate query? Can you check sql log?

@destinydriven can you hop on irc?

Hi, This project is has not been active for a long time. Let's see if we can figure out what's wrong though. Can you provide the javascript block that's generated...

If you're using Chrome, open network tab and right click the request, then copy -> copy as curl.

Do you see a block of javascript that looks like https://github.com/tigrang/cakephp-datatable/blob/master/View/Helper/DataTableHelper.php#L88 in page source? Can you also provide that?

Are you using the helper to generate the table/javascript?