Questions tagged as 'datatables'

2
answers

Error trying to add row in datables.

Trying to add a row throws me the following error:    DataTables warning: table id = table - Request unknown parameter 'name' for row 0, column 1. For more information about this error, please see link This is the datatables code $(do...
asked by 15.11.2016 / 16:59
2
answers

Get input value within a td in the table by Jquery

I want to be able to capture from a Datatable table some input inside Td by means of jquery that I can take those values by means of the id or the name. In my code I search for all input type number but apparently do not know which input to take...
asked by 15.11.2016 / 17:03
1
answer

Problem removing a row in a jqueryDatatable

Upload data into a table in a jquery-datatables , when I delete a row after using an event that is placed on a label in the following way " <a onclick='eliminar()'></a> ", this method is activated and it is eliminated by just...
asked by 22.11.2016 / 22:11
1
answer

Difference between bserverside with aserverside and serverSide of Datatables

Good, what is the difference in datatables when you set bserverSide or aServerSide or simply serverSide, since on a computer it shows me the result of the datatable if I use the bserverside, but already on another computer with its own local ser...
asked by 16.09.2016 / 00:02
1
answer

Problem with checkboxes in DataTables jQuery

I'm working with jQuery's DataTables, what I do is include checkboxes to each row, so that you can select several rows at a time, the checxbox ticked from a page shows me their ID for those first 10 rows, but I change to the other page, and when...
asked by 17.08.2016 / 15:32
1
answer

Invalid JSON response

I'm using Datatables and showing the data from an HTML table works perfectly, but when I want to show SQL Server data from PHP I get the following error: My PHP code works in the following way: <?php session_start(); if (isse...
asked by 28.07.2016 / 18:57
0
answers

DataTable ajax.reload by default in all tables

Could it be possible to make all the tables have the reload configured by default? I have configured the language, the design and a little more by default in all the tables, but now that I've been investigating I started using the setInterval(...
asked by 01.01.2019 / 23:31
0
answers

Jquery datatable Child rows, filter by child fields

I am using the following versions of Jquery and datatables <script type="text/javascript" src="jquery-1.11.3.min.js"></script> <script type="text/javascript" src="jquery.dataTables.min.js"></script>...
asked by 26.12.2018 / 13:20
0
answers

JQuery Child rows does not show button

I tried to guide this example of using buttons in JQuery datatables to display rows link At the same time I'm seeing the example link I've tried to adapt it to my code. In my case I use a jsp to which I map a js to load the data. My version...
asked by 26.12.2018 / 12:28
1
answer

Problems when filling datatable ASP.NET

I'm having a little problem filling out a datatable from a WebMethod. The issue is that the array arrives in the browser console and the datatable in each column shows [object Object] in this way: This is the WebMethod: [WebMethod]...
asked by 23.12.2018 / 19:32