Questions tagged as 'datatables'

1
answer

verify repeated values in datatable jQuery

I have a form as follows: I have four inputs in HTMl in which a user enters the following personal information: name, phone, personal id and business id, both the business ID and the staff are unique numbers that are assigned to a single pers...
asked by 24.03.2017 / 13:40
1
answer

Load Datatables in a table loaded dynamically with Jquery?

I have a table in a html page that I post in another html with jquery load(); When charged dynamically the sun does not recognize it and I can not load the table. $(function() { $('#contenedor-home').load('Views/Vista1.php');/...
asked by 10.01.2017 / 13:03
2
answers

Jquery Datatables

Good evening, I'm working with Jquery , extracting data from a database and creating a dynamic table with the data. That is, I perform a data extraction in a javascript function: var xmlhttp = new XMLHttpRequest(); xmlhttp.open("GET", $urlEnv...
asked by 18.04.2017 / 01:02
0
answers

Help with timer in Datatables

In a column of the datatable, the time is set, if this time becomes a chronometer, the problem is that the first value that only finds that one repeats in the other cells of the column, for example the time in cell 1 It's 09:25:45 and if I activ...
asked by 03.10.2016 / 17:24
2
answers

jquery DataTables does not allow opening modal dialog after 10 rows

I have a problem when using jquery Datatables , I do not know why it does not allow me to open modal dialogs that are called after row 10, everything works normal in rows 1 - 10 of the table, however I do not know what happens that all the othe...
asked by 10.05.2016 / 00:44
3
answers

Add class to a column without affecting the header [DataTables.net]

I try to add a class to a column without having to affect the header but, I have not been able to achieve it, I have tried several things like. This is what the API says "createdRow": function( row, data, dataIndex ) { if ( dat...
asked by 23.10.2018 / 22:02
2
answers

I need to select a cell from a p: dataTable and then load the data into another page [closed]

I need to select a cell of p:dataTable and then load the data of the selected cell on another page     
asked by 09.05.2016 / 22:39
2
answers

Jquery search engine

Good morning, I have this kind of board, <table id="table" class="table table-hover"> <thead> <tr> <th style="text-align:left;">Titulo del documento</th>...
asked by 11.05.2017 / 09:10
2
answers

Delete a record showing confirmation

What kind of friends do I have this function in jQuery that deletes a record from a dataTable, what I need is that a confirmation be shown when I click on the delete button in the table, so that it appears if you really want to delete it and ano...
asked by 06.09.2018 / 02:47
2
answers

Management of decimals in jquery datatable

How can I add decimals to the columns of my DataTable? For example, I want to show 0.00. My code jQuery('#cuentas').DataTable( { data: datos.data, "columns": [ { "data": "codProducto" },...
asked by 26.07.2018 / 18:41