Questions tagged as 'datatables'

0
answers

Show data from json to a datatable in php

Good evening; I hope you can help me, I have a small problem when displaying the data within a datatable, the data if they are shown in the index but not within the datatable. This is the JS code inside my index.php $(document).ready(functi...
asked by 01.10.2017 / 05:08
1
answer

Datatbles js does not detect the displayed data

At the moment of wanting to initialize a table of Datatable js without ajax I can not show the data that the view already showed, I put the following example code <table id="products-table" class="table table-bordered table-striped table-ho...
asked by 18.09.2017 / 19:27
0
answers

Table html to Excel with [closed] format

I have an html table to which I applied JQuery's Datatables, I saw that from the same plugin I can export to Excel and I really liked the format it gives to the tables, it turns out that from that table I do not need to show it , but export it d...
asked by 08.09.2017 / 16:39
0
answers

Retrieve responsive datatable data

I'm using datatables to show information and the last column I have a button with actions (Edit, delete..etc) In this case, the edit button for example has the following code: <a href="#" data-toggle="modal" data-target="#mdlEditP...
asked by 29.08.2017 / 16:11
0
answers

Datatables footercallback does not work

My datatable works very well, it does not show any errors in the console even after I added footercallback as the example of the official datatables page shows link . However, it does not show me the sum of the totals. What I could notice is...
asked by 22.07.2017 / 05:50
1
answer

how to load a previously filtered table?

HOla I'm starting in this world I would like to know if someone can give me a hand with what I want to achieve, the idea is to load a table using json but it shows only the records that match some variable that I plan to bring from another page...
asked by 09.07.2017 / 21:35
1
answer

Problem when loading data in a table

I have the following page: <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <div class="row-fluid"> <div class="col-lg-12"> <h4 class="page-header">Productos</h4...
asked by 19.06.2017 / 20:02
2
answers

Format an array and pass it to a DataTable using a WebServices

I comment I'm trying to use DataTables making a WebServices to another server, which returns an array in Javascript with the following values : [ ["2017-05-25 23:10:00","0","100","17.2"], ["2017-05-25 23:20:00","0","100","17.2"],...
asked by 30.05.2017 / 05:10
2
answers

Can not read property '_aData' of undefined (Jquery - Datatable)

I have a datatable that processes everything on the server side: var table = $("#dt_tasks").DataTable({ destroy: true, processing: true, serverSide: true, "ajax": {...
asked by 12.04.2017 / 16:40
1
answer

Load DataTable with Jquery

I am trying to load a DataTable dynamically, I have tried to follow a few tutorials and adapt it to what I have but it does not work, I hope you can help me. In a view I ask for a range of dates and a warehouse that is chosen from a select, t...
asked by 10.04.2017 / 08:29