Questions tagged as 'jquery-datatables'

0
answers

Filters in datables only working once

Good morning guys over stack. I've had a problem for some time, where I can not figure out why. I'm working with php's datatables, where I make some custom filters. When I select for example, 2 checkbox, and click the button it works perfectl...
asked by 03.10.2016 / 19:26
1
answer

Duplication in Datatables.net jquery

I have Modal window that adds Client Address, the problem is that the added addresses are duplicated, I'm using Datatables.net to list the addresses. The process to add the addresses is executed in the client, that is, you can add n address...
asked by 06.10.2016 / 00:46
1
answer

datatables retrieve value not shown in table

I have a table generated by datatables that shows name, document, and phone. It works perfectly more I want it to appear tooltip to show additional information, I even managed to show taking the value inserted in the tr plus the problem and that...
asked by 23.07.2016 / 17:13
0
answers

Get total records from a JQuery DataTable

I need to make a comparison with the total value of records that exist in the database, in a given table. I could get this value via PHP, and pass it to JavaScript, while rendering the page, however, the records can be dynamically added / delete...
asked by 21.04.2016 / 08:22
0
answers

Jquery Datatables [closed]

I have an array with numbers of lottery contests and threw in a datatable. I would like to know if it is possible to type in the filter the contest number I want and it instead of filtering just that number, just bring me the item data and the p...
asked by 14.02.2016 / 13:02
1
answer

Using JQuery DataTable with CakePHP?

I'm trying to use JQuery's DataTable server-side with CakePHP but I'm not getting it. I'm looking for some example for this but I have not found it yet. When executing the JQuery of DataTable it returns an error: Uncaught TypeError: Cannot re...
asked by 11.10.2015 / 09:27
1
answer

Generate checkbox in the Datatable by sDefaultContent with different IDs

I am generating a checkbox for each row of the DataTable through sDefaultContent, but when I perform an action on one of the checkboxes, it replies to all others. I'm having trouble generating a checkbox with a different ID for each line. Fol...
asked by 10.12.2015 / 13:18
1
answer

how to open a new page by clicking on a table element [closed]

How do I select a row in the datatables and open the content in more detail by an ID. I have a table with the following structure name, id, address, user. with values. When clicking to open a poupop in javascript where a new query is...
asked by 18.08.2015 / 16:22
0
answers

How to intercept jQuery DataTables using chained Ajax

I'm writing a code that, among other things, needs to intercept the ajax of a datatable and add some data. So: $("#table").DataTable{ ajax: { data: ... }).MyPlugin(); //In another file: plugin code $.fn.DataTable.Api.regi...
asked by 03.09.2015 / 19:59
3
answers

limit in codeigniter

I have a code that takes the data from the database and shows it in a table. I need only the first two records to appear. For this I put a limit on my code. But it is not limiting, but taking the total and decreasing by the number. EX: $th...
asked by 21.07.2015 / 15:04