Questions tagged as 'jquery-datatables'

3
answers

Leave fixed paging using jQuery datatable

I have a table and I'm using datatable of jQuery , however, my table has a lot of column, and I made a scroll in it, but in that my pagination scrolls along with the scroll, would have some way to leave the pagination fixed EXA...
asked by 24.03.2015 / 13:43
1
answer

Filter table data through checkbox

I have the following checkboxes: <div class="row smart-form"> <section class="col col-1.5"> <label class="toggle"> <input type="checkbox" name="checkbox-toggle" rel="Natureza" value="Produtos">...
asked by 10.02.2015 / 16:02
1
answer

Sorting with jquery.dataTables.js and jquery.dataTables.columnFilter bug

1 Hello, friends I'm trying to put the filter in the first row of the table head, it almost worked if not for the fact of the ordering, as I show in the image. The sort cells must be in the first header that does not have the text boxes. I'm u...
asked by 25.08.2014 / 18:33
1
answer

Change button text "Previous" and "Next" in Datatables - TableTools

Does anyone know how to change the text of the default "Previous" and "Next" buttons in datatables?     
asked by 11.06.2014 / 21:24
1
answer

NaN sInfo _TOTAL_ dataTable jquery / JSON

I have a problem in return of JSON in the variable TOTAL that returns NaN is strange because the problem was in the END variable I removed and added END again and returned to normal but, started the NaN in the TOTAL variable. Can anyone...
asked by 28.05.2014 / 19:30
1
answer

Ajax pagination via server

I need to make a pagination via server only via Ajax . Below I'm posting the grid of how I'm doing, but I need to get the dynamic values and I do not know how to do it, follow the grid function drawTable(habilita) { dataTable = $('#tabFi...
asked by 16.05.2014 / 14:43
0
answers

Data Table loading loading on server side

I have a project and I'm using data table, for its creation I made a code and it was working with test releases, when I exported a database backup the page took a long time to load the script and when I loaded it gave this error, A script on...
asked by 06.11.2018 / 18:16
1
answer

How to call Angular method 4 in HTML code generated by jQuery?

I'm using a template that I bought in Angular, but it's not all in Angular has a lot of jQuery. I'm using jQuery's Datatable (since it's already the template's native, it's all css ready and it's already fetching the data and paging), but I n...
asked by 09.11.2018 / 14:18
0
answers

Datatables translation and pagination

This page has datatables Followthecode:vartable=$('#js-table-lista-chamados').DataTable({"sDom": '<"search-box"r>ltip', "lengthChange": false, "language": { "sEmptyTable": "Nenhum registro encontrado", "sInfo": "Mo...
asked by 18.10.2018 / 16:07
1
answer

How do I make an animation start at the beginning of the process and only finish when finished in jquery?

I have some difficulties in JQuery, using DataTables, where when clicking select a value in drop-list and clicking the "search" button, it does an ajax and updates the Datatables with the data selected in the drop list. p> However, I'd like to...
asked by 05.10.2018 / 21:34