Questions tagged as 'datatables'

0
answers

Datatable loaded does not work

I'm trying to add a loaded gif in my datatable . I tried but it does not work. Here my code <script> // Call the dataTables jQuery plugin $(document).ready(function() { var table = $('#dataTable')...
asked by 10.08.2018 / 23:18
0
answers

Add an element dynamically to boostrapvalidator

I'm using the boostrapvalidator plugin This here since there are several, well what I want is to add an input that is within a table in datatable here is the problem that the input is added from another form and by which first I look for the i...
asked by 08.08.2018 / 19:58
2
answers

Find an input within a datatable table

I am several days with a problem which I do not know how to solve will see I have a form and inside it is an empty table that is filled after the user enters another form and selects the item that you want which will be shown in the first form w...
asked by 07.08.2018 / 17:12
1
answer

Problems loading second page in front of my DataTables

In my DataTable I have as functionality to edit the table by clicking on the field (in the style of phpmyadmin) and in turn a button that performs a function . It must be said that my DataTables has the basic configuration to show the 10-in...
asked by 28.07.2018 / 18:12
1
answer

Implement datatable in Django

I have the following Model: class Coin(models.Model): name = models.CharField(unique=True,max_length=50) short_name = models.CharField(unique=True,max_length=6) url = models.CharField(max_length=200) transaction_fee = models.Fl...
asked by 17.07.2018 / 23:50
1
answer

Datatable in PHP mysql modal

Hi, I have 2 problems, the first one corresponds to the fact that I load the data of a query to mysql in a table, the table is in a boostrap modal, but it does not load the table as datatable but as a common table without the possibility that ca...
asked by 12.07.2018 / 15:30
0
answers

Use the datatables buttons?

I want to add the button to export to Excel with DataTables, but it generates the following error Uncaught TypeError: $(...).DataTable is not a function as I investigate the error is due to load the datatables script first before the jque...
asked by 11.07.2018 / 17:43
0
answers

How to show "Loading ..." while loading a form?

I have a table with more than 50 thousand records and I am showing them in a table using DataTables How can I make a message of "Loading ..." or a load image appear while loading all the records in the table? At the moment of loading my...
asked by 10.07.2018 / 18:13
0
answers

No x appears when searching with datatables

I'm using boostrap and datatables, apparently there is some kind of conflict that causes that when doing a search in the table, the x does not appear to be able to erase the content. I've been looking and I have not found a solution. link...
asked by 04.07.2018 / 20:55
0
answers

Pass a query in a datatable to a modal

I want to visualize a detail of a datatable in a modal window from a datatable of a starting page but I can not visualize the output error. The code: $query ="SELECT * FROM caja ORDER BY id DESC"; $result = mysqli_query($connect, $query);...
asked by 09.07.2018 / 00:32