Questions tagged as 'datatable'

0
answers

show data json in html table imported in link using php

I want to be able to show in an html table the following elements that a json is bringing me but I have no idea how to do it ... <?php // Initialize cURL and make the request $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://cashaff...
asked by 29.11.2018 / 05:14
0
answers

Display list in Data Table

I am programming a list that fills a data table only that the data is not displayed within the table.    vista.xhml <p:dataTable var="users" value="#{usuarioTable.usuarios}"> <p:column headerText="Nombre Personal"&...
asked by 21.11.2018 / 20:46
0
answers

DATATABLE PROBLEM laravel

I have tried to add a data table that many have added, I have followed tutorials but it does not give me the default format (with search and others) as shown in "IMAGE 2". To me it remains as the "IMAGE 1" and I do not know why, what I need to g...
asked by 22.10.2018 / 17:42
1
answer

Problems when exporting DataTable to Excel

using System; using System.Net; using System.Linq; using System.Data; using System.Net.Mail; using ClosedXML.Excel; using System.Collections.Generic; namespace Productos_Sin_Parametro_Ax { class Program { static void Main(string[]...
asked by 16.10.2018 / 16:39
1
answer

Problem aligning the columns of the head of a table with the body

I am using a datatable and I have problems aligning the columns of the table header with the data shown in body . The code is as follows: <table id="datatable_fixed_column" class="table table-striped table-bordered" width="1...
asked by 28.09.2018 / 04:44
0
answers

Datatable with Ajax and Json in Laravel

I want to list data in json format in a datatable using ajax but I can not tabulate them, I can not detect my error. I hope you can help me, thank you. ROUTES Route::get('/', 'DatatableController@inicio'); Route::get('/datos', 'DatatableCon...
asked by 21.09.2018 / 06:05
0
answers

datatable: return an additional data from the ajax jquery call

I have the following problem, very much appreciate any help: I have a datatable whose data is loaded from a sql table after an ajax call, which works for me without problem. The issue is that I need to return from the server an additional dat...
asked by 27.08.2018 / 00:00
0
answers

Qt - Insert a QTableWidget into a QTableWidget

I wanted to insert a table into another table in a GUI in Qt. The idea is that each cell of the parent table contains a daughter table. Is this possible? Thanks and regards!     
asked by 24.08.2018 / 12:55
0
answers

Double click on subtable (Datatable Jquery)

I have two tables, stories and history assignment. by clicking on a button in the history table, I see the tasks of that story as a subtable. Pressing double click on a row of the history table executes a function (A), the problem is that when e...
asked by 25.08.2018 / 16:23
0
answers

update several rows from a checkbox datatable with jquery, mysql and php

my question is: how can I update several fields of a mysql table after selecting multiple rows in checkbox datatable with jquery and php here the code: <script type="text/javascript"> $(document).on("ready", function(){ listar...
asked by 16.08.2018 / 17:40