Questions tagged as 'datatables'

0
answers

is there a row limit for a table using the jquery dataTable plugin?

I'm using datatable to show records that are queried to a database by means of a web service, I see that the records are drawn correctly when the rows do not exceed 10,000 records on average, the more problems begin when drawing the board, the q...
asked by 19.04.2018 / 23:45
3
answers

how to add cells of all the pages with datatable

I need to add all the cells of a Datatable column, I have tried several ways but I have not yet managed to get it to work, the closest thing has been: for (var i = 1; i <= nume1; i++) { total += Number(todos.rows[i]....
asked by 18.04.2018 / 17:37
0
answers

Select item within datatable with laravel dusk

To be able to complete my test I have to select an option of a select within a table with datatable ( link ) but laravel dusk does not find the element: I try to select the select option in this way in the test: $browser->with('#tabla...
asked by 17.04.2018 / 21:57
0
answers

Multiples Footer CallBack in Datatables

I have the need to put 3 data in footer of datatables. I am using DataBase CallBack Footer. The idea is to put the subtotal, tips and total (sum of subtotal and tip). In the attached image you can see how it is my html code: <tfoot>...
asked by 21.02.2018 / 16:27
1
answer

PDF DataTables orientation?

I have a problem in a JQuery script referring to a table built with the DataTables libraries. The fact is that I have too many columns, and the PDF comes out in a vertical match, so you do not see the last columns. The script that I...
asked by 18.01.2018 / 10:28
1
answer

Send Checkbox values of a datatables

I have a problem sending the value of input in state checked to my controller, unfortunately I only send the values of the page where I am at that moment and not all the pages where I have selected a checkbox , what I mean wi...
asked by 22.12.2017 / 19:24
1
answer

Why does not this jquery code work for DataTable in Asp.Net Mvc

I'm trying to show the data in the DataTable format and it does not work for me here, I pass the code to it. @{ ViewBag.Title = "GetData"; } <h2>Employee CRUD Operations</h2> <table id="employeeTable" class="ta...
asked by 05.12.2017 / 17:46
0
answers

Massive Validation of a Datatable using Ajax and Jquery

Greetings to the whole community, I have a question that I still can not solve, I comment a little on the case: I have a datatable that feeds from an excel, that is, I charge the server an excel, the process and feed a datatable. It should...
asked by 24.11.2017 / 22:04
1
answer

JSON invalidated in DataTable

Code for Datable $('#alumno').dataTable( { "ajax": { "url": "aprendizaje/alumnos/select", "dataSrc": "", "columns": [ { "data": "id" }, { "data": "matricula" }, { "data": "nombre" },...
asked by 20.10.2017 / 14:53
1
answer

className in Datatable

Good first of all, I'm doing the Datatable example of showing additional data in a row. In the field of the image instead of using an external image I want to use the one that the jquery icons bring, so when I build my json object I put <a...
asked by 06.10.2017 / 05:09