Questions tagged as 'jquery-datatables'

0
answers

Datatable footer is not displayed

Following the datatable documentation: link , even then nothing appears in the footer of my table, already I checked my code about 20 times and I can not find where I'm going wrong. Here's my jsp: <%@ page language="java" contentType="text...
asked by 09.03.2015 / 15:10
0
answers

Retrieve server-side values

I have a datatables that list me the values as follows: <table id="datatable_fixed_column" class="table table-striped table-bordered" width="100%"> <thead> <tr> <th&g...
asked by 29.10.2014 / 12:03
1
answer

How to get the selected row in jquery datatables

I have my grid: $.fn.dataTable.ext.legacy.ajax = true; var grid = $("#gridGrupo").dataTable({ "language": { "url": "/Scripts/Libs/DataTables/ptBr.txt" }, "processing": true, "serverSide": tru...
asked by 26.08.2014 / 19:17
1
answer

How to Filter Table through inputs and clicking a button?

I have a table with several columns and rows (populated with jquery), and I wanted to filter after clicking a button, and filter according to what is written in the input. How do you do that? I'm still learning. <!--------- CAMPOS P/...
asked by 18.10.2016 / 15:39
1
answer

Datatable does not sort the field when you change the value locally

Good morning guys, I'm using the Datatable to do sorting, however when I change the value locally from the status and without posting the page the Datatable seems to ignore my change and sorts all others but what I just changed is not sorted,...
asked by 30.11.2015 / 13:00
2
answers

Datatables large data volume

I'm researching solutions to load a large volume of data on a page with Datatables and would like to know if Datatables already has some function in which it is requesting along the server portions of data through an offset? (via Ajax request)?...
asked by 01.02.2017 / 18:11
1
answer

Datatable with pagination server side

I searched a lot in Google but did not have a clear path of how to make a datatable that contains pagination by the server, or seka, that on each page it made an individual request of it. All I saw, it makes the php request with the back end,...
asked by 08.11.2016 / 20:28
1
answer

Datatable duplicating elements

I have a search done with Ajax via JQuery that returns a tablet with DataTable. But the DataTable elements are doubling as I want to search (see print). I'vetriedtousedestroy,butthenitstopscreatingthetable.Mycodeislikethisrightnow.JavaScript...
asked by 30.10.2018 / 18:12
1
answer

Bootstrap-Table Jquery how to individually edit a column in the event of loading table?

Bootstrap-Table Jquery how to individually edit a column in the event of loading table? I've tried unsuccessfully using the all.bs.table and data-load-success events. for(i=0;i < data.length; i++) { total_media = parseFloat(total_med...
asked by 23.09.2017 / 06:07
1
answer

Select DataTable row via JavaScript

How do I select a row from a Datatable via jQuery or pure JavaScript?     
asked by 10.02.2017 / 21:04