Questions tagged as 'datatables'

1
answer

Not shown datatable in Laravel

For some reason, the data in the table does not appear using DataTables. And if I remove the return view ('home'), I get a query that eats the whole page The home view: <link href="https://cdn.datatables.net/1.10.16/css/jquery.dataTa...
asked by 24.10.2018 / 03:47
0
answers

How to get the value of dropdownlist generated dynamically in a table (datatables) with jquery

. Hello, I share this problem ... the data goes: With this part of the function I load the data in a datatables.net and in the last row I render the selects with the data of the database: var objTipo = new Object(); objTipo.i...
asked by 24.10.2018 / 03:47
0
answers

How to fill dynamic dynamic response and dynamic construction tables with DataTables

Hello, I have dynamically loaded the DOM many tables started in this way (all empty to be filled in later): <div class="panel-body tabla1 "> <!-- INICIO --> <a href="#item-0" class="list-group-item" data-toggle="collaps...
asked by 20.10.2018 / 01:45
1
answer

Problem with the bridge table in SQLite database

I am learning SQL, using SQLite. I'm seeing how many-to-many relationships work between tables that use primary key and foreign key. I have three tables: contacts , which has the following columns: contact_id (primary key), first_nam...
asked by 18.10.2018 / 08:44
1
answer

Generate Bar Code

How about friends this time I have a problem, I am storing products in an inventory, but I need to integrate the option of barcode to give input and output to the products, I am using the library JSBarcodes but I would like you to generate the...
asked by 15.10.2018 / 23:42
0
answers

Can Datatables be presented as a mosaic and how would it be?

Good day. I already have my datatable, I would like to know if I can change your presentation to something like this I really do not know what that presentation is called or how I can do it. In fact that page is exactly what I want t...
asked by 13.10.2018 / 05:12
0
answers

Query with SP to locate 100000 records from one table to another in postgres

I have a query, I have a problem where I have a table package and another bins, where package has 100000 (the structure is described below) in this table there is a field called wheitgh which has an int random value from 0 to a maximum of 100 an...
asked by 13.10.2018 / 08:48
0
answers

Error with datatable and ng-repeat-start and ng-repeat-end

In the system that I am developing I have a table where I use the ng-repeat-star / ng-repeat-end function of angularjs, the objective is that when giving click on a row of the table to show information that is hidden (additional rows are cre...
asked by 04.10.2018 / 17:41
2
answers

Base url in javascript with codeigniter to load datatable

Hello problem is that I am trying to load a datatable through ajax, but it turns out that I get a 404 error. is my javascript code function cargardatos(){ $('#users-table').DataTable({ "language": { decimal: ""...
asked by 04.10.2018 / 23:00
0
answers

Block or freeze columns or rows with GridView

In my web project I downloaded an xls file, which I generated through a GridView. The file opens correctly and shows the correct data. The code is as follows: private DataTable tableExcel; public ActionResult returnExcel(HttpResponseBase re...
asked by 03.10.2018 / 22:31