Questions tagged as 'jquery-datatables'

1
answer

Problem Datatable Angular Js

I'm trying to use the Managed datatable . In my controller I have the following function: angular.module('MetronicApp').controller('OperatorsController', function ($rootScope, $scope, $http, $timeout, $stateParams, $window, $http) {...
asked by 21.07.2017 / 18:52
1
answer

Accessing a JSON with JS

I was trying to access a JSON with JS, here is an example of how they are: { status: "0", ano: "Não Informado", competencia: "Não Informado", id_Publication: "8" } But in fact this is only part of the full JSON. This is " a multid...
asked by 16.08.2017 / 21:34
1
answer

dataTable table does not work correctly

I am implementing a dataTable in my web project, I have already re-implemented the dataTable several times to fix the problem, but with no success. The problem is that the dataTable features do not work in my table. As you can see below: Ialrea...
asked by 15.07.2017 / 19:37
1
answer

Changing the width of the screen makes the horizontal scroll bar disappear

Follow the example in jsfiddle: link Here's the problem image: Followtheimageasitshould: Testedbrowsers:GoogleChromeVersion57.0.2987.110(64-bit):NoproblemMicrosoftEdge38.14393.0.0MicrosoftEdgeHTML14.14393:ProblemFirefox52.0.1(32-bit)-Pr...
asked by 23.03.2017 / 21:19
1
answer

How to load data from an ajax request into DataTables

I'd like to know a way to load data from an ajax call into the datatables. so that I can reload the table. I am loading by a method in ajax that passes to the table in the data object, but when I call the method again to reload the table I ge...
asked by 16.04.2017 / 00:56
1
answer

Table filled in incorrectly HTML and Java script

I have the following situation, when I insert data from the database, my table is populated as follows: Andthismessageappears:"No data available in table", as if the data that is inserted were not for the table. The HTML code is this: &...
asked by 13.02.2017 / 21:30
1
answer

DataTables table link

I need to create a link where I have the input name in the table using the DataTables, this link should call a javascript function. The problem is that when the table is loaded it runs the script for each row of the table, as if all the links we...
asked by 06.04.2016 / 22:40
2
answers

Column Size with DataTables

I'm using the DataTables plugin to page a records into a panel. The problem is that this table has 5 columns, the last one is called action where there are 4 links (currently one below the other because of column size). I would like t...
asked by 30.10.2015 / 14:16
1
answer

export datatable to pdf, excel

I'm trying to use tabletools to export the datatables but the buttons are not appearing to me. I have the following "dom": 'T<"clear">lfrtip', "tableTools": { "sSwfPath": "../TableTools-2.2.4/swf/co...
asked by 17.08.2015 / 17:10
1
answer

how to open a json file and popular in a jquery datatable?

I have a gigantic json file and wanted to open it in a jquery datatable I made a script that populates the .json file into a jquery datatable table, but the problem is that it is not populating the way you would like it to be: link Also,...
asked by 03.05.2015 / 00:06