Questions tagged as 'datatables'

1
answer

The selected ones are accumulated

I have the following table: $(document).ready(function() { var table = $('#tblClientes').DataTable({ 'select': true, 'paging': true, 'info': true, 'filter': true, 'stateSave': true, 'processing': false, 'serverSide'...
asked by 20.09.2017 / 11:08
1
answer

Take input value within datatable

People I have a table that loads medications from BD , it has a input in to indicate the desired amount of each, the question is that I can not take the value entered in input . I leave the code just in case someone could g...
asked by 15.09.2017 / 14:29
1
answer

Problem with datatable search

I am currently using the datatables plugin to dynamically list data from tables I have made for a system I am working on. Currently I have read enough of the plugin and I have not had many problems to use it, but today I have found a big prob...
asked by 10.08.2017 / 16:29
2
answers

Jquery DataTable display PDF in a row

Good I have used Jquery DataTable works perfectly but I've been looking for the solution if there is any way to add a <a> </a> element to the table rows. In another project I have something like that. <td class="tex...
asked by 05.09.2017 / 14:52
1
answer

Jquery DataTable distorts table when reloading data

Here is the HTML table <table id="Tickets_Abiertos_table" class="table table-bordered table-hover table-striped"> <thead> <tr>...
asked by 04.08.2017 / 16:30
1
answer

DataTables with English language and semantic-ui

I'm trying to implement this tool that I found absolutely marvelous: Data Tables + Semantic UI Now, download the js and css reference, and I still see the parts of the table in English. I want to clarify that I edited the file jquery.dataTa...
asked by 30.06.2017 / 16:43
1
answer

Filtering in laravel with datatables does not work with mysql

I am using Laravel 5.3 and the latest version of the dataTables plugin. Before working with postgres, migrate to mysql for needs of the db, then I encounter a problem, the custom filtering throws me an error that is as follows:    SQLSTATE [H...
asked by 08.06.2017 / 21:49
1
answer

Sort Datatables in DD-MM-YYYY

I have a datatable with some dates and these do not take the format of DD-MM-YYYY I have been testing in several ways (especially this but I do not quite understand the operation exactly. $(document).ready(function() { $('#...
asked by 20.03.2017 / 17:16
1
answer

Query in controller from ID with jquery

I am trying to extract data from a table from an ID and display it with a datatable. By jquery, I have the following function: var info = function(tbody, table){ $(tbody).on("click","a[id=ButtonMas]", function(){ if(table.row(this)....
asked by 11.06.2017 / 23:50
1
answer

Convert whole to monetary value in jQuery datatables

I found this function in DataTables : render: $.fn.dataTable.render.number( ',', '.', 0, '$' ) for which I have tried several ways to inject that bit of code, but I have not found the form. HTML: <table id="tabla_salario" cl...
asked by 19.01.2017 / 13:44