Questions tagged as 'datatables'

1
answer

Reinitialize DATATABLE with the help of jquery ajax and a .txt

I'm here with the mission of modifying the values of a DATATABLE by clicking on a button created in the html with help also of bootstrap (possibly not has to see but at least to have it under consideration). I'm working with python and djan...
asked by 12.03.2018 / 16:06
1
answer

How to show several values in the same cell of a datatable

I'm having trouble showing several values of different fields in the database in the datatable. The code I have from the table is: var listar = function () { var table = $('#customers-table-view').DataTable({ destroy: true, ajax: {...
asked by 10.03.2018 / 15:50
1
answer

Datatable not responsive

I am trying to make responsive a Datatable that receives server data following the example of: link But I do not see that the table becomes responsive. The + buttons do not appear, much less display the non-visible columns like the example....
asked by 12.03.2018 / 14:52
1
answer

get the elements of a row and show on a separate page in javascript, php, html

function detalle(item_id){ } <thead> <tr> <th>Código</th> <th>Nombre</th> <th>Fabricante</th> <th>Tip...
asked by 27.02.2018 / 20:47
1
answer

Datatable error 404 with Codeigniter

I have a system made with codeigniter The system is mounted on SuSE Server and I am using VirtualHost The problem is that when I make requests to a controller to load a table through datatable with server side processing, the system throws...
asked by 02.03.2018 / 16:04
2
answers

Problem with Script does not work properly

I am working with DataTables and with two JavaScript codes. I use the TableTools plugins that allow me to show the buttons to export the data in PDF, Excel or Print. In addition I am using a tfoot that allows me to visualize by means of anothe...
asked by 25.02.2018 / 21:32
1
answer

datatable does not support "\ r \ n" or remove line breaks in textarea

DATATABLE 10.11.16 does not work if a text field has "\r\n" line breaks says jason error $('#myTable').DataTable( { ajax: { url: '/api/Listar_notas.php', }, columns: [ ... ] } ); open some solution for this. O...
asked by 13.02.2018 / 03:21
1
answer

datatables with php, jquery and postgresql

Good day, I have been working without any problem with datatables, php and mysql, but when trying to use the plugin with Postgresql it has not worked, I do not know if it requires any additional configuration. in advance I appreciate any help or...
asked by 08.02.2018 / 23:59
1
answer

Modify StyleSheet from JS console

Good evening everyone, My question comes because I can not find a way to modify the style file from the JavaScript console, what I want is to make the input filter visible, I tried for example with $(".dataTables_filter").display = "true";...
asked by 20.02.2018 / 01:10
1
answer

how to send a php array by json_encode and show with datatables

I have the following problem. I need to send some data already formatted or calculated in a php array via json to be displayed in datatables. The issue is that I have tried several possible solutions and none shows information about it....
asked by 28.01.2018 / 20:52