Questions tagged as 'datatables'

1
answer

Countdown with DataTables

I have the following problem. I have a function that counts down. At the moment, I have it static, but the value will come from a query to the bd to calculate today's date and compare it with the date to subtract. This is the function: functio...
asked by 15.08.2018 / 03:57
0
answers

select a datatable subtable element

I am working with a subtable of a datatable, I click on a row of the table and another daughter table is displayed as a row of the first table. I have this command that works well for me idT = $(this).parent().siblings('td:first').text(); I...
asked by 22.08.2018 / 21:34
2
answers

Datatable functionality

Good morning I would like to know that datatble or functionality I must download / use / implement to have the effect of the image I mean that when you click on the green button you display the information below (salary in this case) thanks...
asked by 17.08.2018 / 20:46
0
answers

Error in Uncaught TypeError: Can not read property of undefined

I have a script with jQuery in which performs the 'CRUD' with a form and DataTables . To load data the table I use the following method: var cargarDatos = function () { $("#update_container").slideUp(); $("#add_container").slideUp(); var t...
asked by 20.07.2018 / 20:20
1
answer

Modify query mysql script datatables

I am trying to edit the following code without success. If no date filter is selected or a character is written in the imput seach, all the records in the table are displayed. What I am trying to do is that by default it does not show all the...
asked by 23.05.2018 / 21:22
0
answers

Datatables memory leak

I'm having problems with a function that generates a Datatables. It runs every 30 seconds, in the example I put it in 5, it starts to accumulate memory and does not release it. Check everywhere and I can not find the fault, the version that I...
asked by 22.05.2018 / 21:26
1
answer

add styles for PDF files that are downloaded by JQUERY DATATABLES

I have a problem generating a PDF file with the library Jquery Datatable , when generating the pdf I download by default the blue color in the header of the table, but my company handles the color red, I leave the code javascript wi...
asked by 04.05.2018 / 21:31
0
answers

Include information that is out of datatables in jquery buttons

When I export excel it works perfect for the table, but it does not help me if the file does not include information about who the file is addressed to, will there be any way to include the information that is outside the table? I am us...
asked by 27.04.2018 / 21:49
1
answer

Add the value of each period and put 0 in the periods that do not exist in SQL Query table

I have two Income and Periods tables, within the Periods table are the months from January to February and in Income I have a value_port column in which there are records for what has been contributed in each month. ex. Ingresos Periodo Valor_...
asked by 06.04.2018 / 23:02
1
answer

How to put an id to a tr from array?

How can I put the ids that come from the database to the tr from the controller since it is printed from there? //CONTROLADOR public function ajax_list() { $list = $this->Prorrateo_model->get_datatables();...
asked by 29.05.2018 / 17:13