Questions tagged as 'datatables'

1
answer

Pass data from firebase firestore to React JS library "react-table"

I need to pass information from firestore (the new firebase DB) to the react-table library (datable library), it is easy to pass information through .map to some or another element that is repeated according to the number of items contained in...
asked by 15.11.2017 / 23:38
0
answers

add spinner to datatable v1.10

I need to add a spinner or "loading" to my datatable, I have tried without results, will it exist by default in datatable? I tried this: $('#table').dataTable( { "paging": true, "ordering": true,...
asked by 25.08.2017 / 21:15
0
answers

tableData [] [] with an id

Good morning, I have the following function: function a(scene){ b = a.tableData[a.rowIdx][0]; } This what you do is get the data from a table in the row that you click but in column 0. I would like to know if you can change column 0 to an...
asked by 15.09.2017 / 15:49
1
answer

Download PDF in HORIZONTAL format of DataTable?

Greetings, I'm trying to download a PDF file that generates the DataTable but I download it in vertical format and it looks bad, I need it horizontally Does anyone know how? <?php $TIPO_BUSQUEDA = $_POST["TIPO_BUSQUEDA"]; fu...
asked by 23.08.2017 / 06:07
1
answer

Place URL in a datatable field

How could a url be placed in a specific field of a DataTable? Let's suppose for example that I have a table where I show the personal data of a person and I want the field with its address to be clickable and direct me to a specific link. For th...
asked by 13.08.2017 / 05:34
2
answers

Find row in datatable by 2-column value attribute

I have a datatable to which I add rows dynamically from 2 combos by means of js, in this way a row is generated with the 2 descriptions of the combos and in the value of the td I assign the id of the values of the combos, that is getting complic...
asked by 14.08.2017 / 21:57
2
answers

Optimize query in Django for Datatables

The project uses MySql as a database engine, it makes me slow to show one of all the records in a table that contains about 1500 records. To send the data to the template I use a ListView in the view and in the template I use a Datatables to...
asked by 10.08.2017 / 10:37
0
answers

tdundefined / td in child rows datatables

I have a list of orders, which in turn have sub-orders. the list of sub-orders, I'm doing it with row child (row details). It works well, the issue is that some fields in the table appear as undefined and in others the data appears correctly....
asked by 08.08.2017 / 06:43
1
answer

Problem in javascript with system of measurements in table

I am starting to learn a bit of javascript to do a small project and I have run into a problem that I have not been able to solve in any way, I hope you can help me. I tell you a little about the project to know what it is: In a Increaseable...
asked by 13.07.2017 / 03:51
0
answers

Problem with data tables, custom filter

I have the following table: var grid = new Datatable(); grid.init({ src: $("#datatable_cheques"), onError: function(grid) { toastr['error']('An error occurred while getting details list'); $('div.loading').remove(); }...
asked by 05.07.2017 / 00:39