Questions tagged as 'datatables'

1
answer

How can I show this data using yajrabox datatables?

I have this question of how to put the vot% ver resultados in the datatable, the way in which I do the consultations is like this: route::get('api/users', function(){ return datatables()->eloquent(App\Usuario::query())->to...
asked by 04.10.2018 / 00:10
0
answers

gvNIX - Addon datatables does not work

Trying to use version 1.5.1 (RC4 and 1) of GVNIX have given me different problems. In addition to not showing correctly some images that should come automatically when installing, when I add datatables the controller in which I use it automatica...
asked by 24.09.2018 / 22:09
1
answer

Datatables shows last record of a timer countdown

I have the following problem that I have not been able to solve. I have a timer (countdown) that is generated by each row of the datatables, which come from a database. This works well, the problem is that in all the rows, it shows me the last r...
asked by 21.09.2018 / 20:36
0
answers

It does not show the results in my datatables in angular

Following this example : categoria.component.html <blockquote>Please click on a row</blockquote> <p class="text-danger">You clicked on: <strong>{{ message }}</strong></p> <br /> <tab...
asked by 20.09.2018 / 18:12
2
answers

POST request with filtered data displayed in datatable - Jquery

I have problems to show the information filtered in a POST and I do not know what the error is, I am following the indications of the official page of Jquery to use the POST but when trying to show the data in the datatable I only see an object...
asked by 17.09.2018 / 20:34
1
answer

sproblemas with what to load the ccs and js

I am working with the web and while I am without an internet connection everything is shown as well but when connecting to the internet the tables lose styles and some things are distorted I am working with datetable.js and I do not know what...
asked by 11.09.2018 / 21:00
1
answer

Error consuming a rest service in angular v6

Until now I have the following, I have my provider with the following code @Injectable({ providedIn: 'root' }) export class GetActuariosService { configUrl = 'https://xxxxxxxxxxx'; constructor(private http: HttpClient) { } getConfig()...
asked by 04.09.2018 / 19:23
0
answers

I can not export html table with the SheetJs library solution?

Every time I click the button the saveAs function tells me in console that it is not defined. $(".btn-buscar").click(function (e) { e.preventDefault(); var workbook = XLSX.utils.book_new(); var worksheet = XLSX.utils.table_to_shee...
asked by 27.08.2018 / 20:38
2
answers

how to change the font in a PDF report datatables js?

I have the following doubt. How do I change the font, etc. in a PDF report datatables js Thank you very much. this is what I have buttons: [ { extend: 'colvis', extend: 'pdfHtml5', header: t...
asked by 18.08.2018 / 06:44
0
answers

Countdown does not work with 2 or more records, only with one

I have a back account generated in javascript and it is shown in datatables. The issue is that it works only when it is one record per line, but when it is 2 or more, it simply does not show the account back. The console shows no errors of any k...
asked by 16.08.2018 / 05:35