Questions tagged as 'jquery-datatables'

3
answers

Paste data attr from DataTables / jQuery element

I'm developing a project in PHP, MySQL, jQuery and CSS, and I came across the following bug (in quotation marks because it's not a bug in fact) using the dataTables + bootstrap + ajax plugin: First a table with some data is loaded, and when a...
asked by 13.04.2017 / 15:45
1
answer

Sort jquery datatable.net by date [duplicate]

I'm doing the ordering of the ORDER column like this: "order": [[3, "asc"]] Note that the ordering of COLUMN is not is correct: TheorderingoftheORDERcolumnneedstolooklikethis:     
asked by 07.11.2016 / 14:11
1
answer

Sort the months by Name DataTables Jquery

I have the following columns in my table, and one of them is "Month" it receives an int that is referring to the number of the month (1 - Jan, 2 - Feb, etc.) When the screen loads the table displays the months in the right order but if I click t...
asked by 20.12.2018 / 13:45
1
answer

NaN error when using datatable ordering

I'm trying to create a date order in a dataTable where the format will be dd-MM-aaaa hh:MM:ss . The code below even works the problem that it gives some conversion error always in the first value that stays as NaN and when...
asked by 11.10.2018 / 19:52
2
answers

Javascript Error - DataTables

Hello, I have a code that works in dataTables on a page, so I took the template and the only changes I made was renaming the js , renaming the function $ () The rest left the same in the case the structure, I only know the basics of js and came...
asked by 16.10.2018 / 14:30
2
answers

How to redraw a Datatable if a checkbox is checked?

Ihavethistableusingdatatable,andIneedtochangetheWHEREoftheselectthatfillsitifthe"View all users" checkbox is checked. I created this function to know if the checkbox is checked, now I need to send this users variable via Ajax to the file that a...
asked by 25.07.2018 / 19:59
1
answer

DataTables JQuery does not render column button in Codeigniter

I'm trying to put action buttons in my table through the datatTable plugin. My Javascript code $(document).ready(function(){ var table = $('#dataTable').DataTable( { "processing": true, "serverSide": true, "a...
asked by 07.02.2018 / 15:20
1
answer

Generate notification on the web platform every time a new form arrives

I am developing two applications one web (service) and another mobile (consumes the service), in apk the user send forms to the web application, hence I would like to create a kind of notification for each new form that the server receives. Simi...
asked by 31.12.2017 / 17:41
1
answer

Datatable Jquery Print Specific Elements

How to print specific elements from outside the datatable? Here is a sample JSFIDDLE I wanted when I hit the PRINT button, this div below is also printed <div id="PRINT_HERE_TOO" class="test"> <h1> Pr...
asked by 06.11.2017 / 15:44
1
answer

Filter list jquery datatble at event enter

How much you instantiate: myTable = $('#dynamicTableDesc').DataTable(); When trying to call the function: myTable.fnFilter(this.value); of error myTable.fnFilter is not a function and calling: myTable.ajax.reload();...
asked by 19.09.2017 / 01:23