Questions tagged as 'jquery-datatables'

0
answers

Add information to edit record with DataTables

I start the Datables in this way, notice that it has an Edit button on each line: $(document).ready(function () { table = $("#table").DataTable({ columns: [ { title: 'Nome' },...
asked by 01.10.2018 / 03:54
0
answers

jQuery giving "Unexpected token;" problem in variable assignment

I use this code below to load on the display of a DataTable values according to what the user selects, it is not possible to use the default DataTable and must be so I can request the server the required amount. The code below is how this is don...
asked by 26.09.2018 / 15:10
0
answers

How to detect that one class has touched the other? [duplicate]

I have a question regarding the detection of classes in Jquery. For example. I'm developing a land page and in it has the navbar that when it arrives in certain parts of the site it changes color, only that it has a problem, I'm doing it in a...
asked by 15.08.2018 / 16:19
0
answers

how to filter by column in data-table (server-side)

I was able to make the search appear in each column, each digit, the table processes, but does not filter, could someone give me a strength how to do? link project link     
asked by 24.07.2018 / 16:39
0
answers

Datatable I can not get a return

Well I do not know the way to do it, but I need to get the data from when I click on the Datatable to populate a previous screen. This screen opens through a Dialog, I select which one I want to open the registry and popularize the data in anothe...
asked by 31.07.2018 / 00:47
0
answers

problems in add and update button are not working on a crud in data_table in php, my functions seem to be wrong

<script type="text/javascript" language="javascript" > $(document).ready(function(){ $('#add_button').click(function(){ $('#user_form')[0].reset(); $('.modal-title').text("Add"); $('#action').val("Add");...
asked by 16.07.2018 / 16:22
1
answer

How to change the datatable property of a created table

I want to change the serverSide property to false if the condition is satisfied, how to change this from a table created with Datatable? var tabela = $("#lista-dados").DataTable({ "processing": false, "serverSide": true,...
asked by 19.07.2018 / 19:42
0
answers

How to call a Data from the Database from an FK in a DataTable?

Hello I'm having a problem with an MVC project. I have a DataTable that needs to show a particular data from a Database table, but it needs to be shown from an FK that is referenced in the respective View JS Model. I have the Department...
asked by 12.07.2018 / 18:38
1
answer

DataTable does not filter after picking value from select

I'm having the following problem, after picking the value from select I can not filter the datatable $('#genero_candidato, #area_interesse1_candidato').change(function() { var genero = $('#genero_candidato').val(); var area = $('#area_int...
asked by 13.07.2018 / 13:40
0
answers

Paging dataTable JSON - Parameter passing in a function

I have a table that should be paged. It is already receiving the JSON and populating the table, but in the fifth and sixth column I need to do treatments, the content of them will depend on certain condition. function buscarConteduoBtn(p...
asked by 16.06.2018 / 01:05