Questions tagged as 'datatables'

0
answers

object Object in select inputs datatables

It turns out that it implements the select input and works well in all the columns, except one. It shows me [object Object] in the selector of that column. { "sClass": "alignRight", "data" : null, 'render': function (data, type, row, met...
asked by 30.01.2018 / 17:18
0
answers

Pass data set (objects) JSON to Datatable

Good day forum. Some suggestion to be able to pass data (objects) JSON or my php array to a table or specifically to JQuery DataTables, I have been verifying apparently with Ajax, JS. Until the moment I was able to generate the record call fr...
asked by 30.01.2018 / 19:28
3
answers

Load data in a footable javaScript

Friends I am having the following inconvenience, I try to load the data in a footable, I try to do it in the following way and it does not work for me: $("#status").change(function () { var respuesta=new String();...
asked by 25.01.2018 / 17:00
0
answers

Error "DataTable warning: table id = tableID - Ajax error"

I'm working with DataTable and Ajax, I have an error that says:    DataTable warning: table id = tableID - Ajax error. For more information about this error I do not print the data in PHP, I do not return anything, I want to clarify that...
asked by 20.01.2018 / 17:12
0
answers

Fill footable table with JSON

Good afternoon, I'm trying to fill a table with JSON, the table is class footable, but I do not see the data in the table, this is my code: $('#tUsuarios').footable({ rows:[{"Email":"[email protected]","PrimerNombre":"Andres","Rol":"Ad...
asked by 12.01.2018 / 23:08
0
answers

Uncaught TypeError: Can not read property 'classes' of undefined

I'm getting this error in the console when I installed the "datatables" library with npm. Uncaught TypeError: Cannot read property 'classes' of undefined at Object.o.2 (main.js? [sm]:2408) at r (main.js? [sm]:1) at main.js? [sm]:1 at Object.o....
asked by 15.01.2018 / 12:28
1
answer

Problem in obtaining the value of all the rows of a jquery datatable

I have the following piece of code that what it does is get the value of column 0 of all the selected rows of the datatable and display them in an alert: var dataArr = []; $.each($("#tablaDatos tr.selected"),function(){ //get each tr which has...
asked by 15.01.2018 / 14:46
1
answer

Error 404 with JSON files in IIS

I want to configure the language translation of Datatable by means of local url in a solution of ASP.NET MVC 4. tblJs = tblHtml.DataTable({ destroy: true, searching: false, ajax: { url: '/...
asked by 06.01.2018 / 18:22
0
answers

Can a DataTable with a jquery-ui style be included in a Bootstrap template?

My question is this:    Can a DataTable with style% of JQuery-ui be included in a template of Bootstrap without the libraries of Bootstrap and JQuery-ui causing conflict?     
asked by 13.12.2017 / 16:30
1
answer

Refresh DataTables Error

After doing a new registration, I want my table to be updated, for which I am using $('#id_tabla').DataTable().ajax.reload(); However this throws me the following error DataTables warning: table id=tblPagos - Invalid JSON respons...
asked by 28.12.2017 / 17:53