Questions tagged as 'datatables'

1
answer

Datatable with laravel

I am using datatables to show the information of my clients and some other useful fields, the datatable works perfectly, but now I need to create reports according to the query made with the searchable datatable. through the method getElement...
asked by 06.07.2018 / 06:58
0
answers

Filter results in datatable

I have a datatable that I filled with a JSON, which results in the prices of orders, I want to make that when using a select and a button you can filter the information according to the month of registration. This is the table: <table id...
asked by 27.06.2018 / 18:26
0
answers

Problems with datatable when displaying data

function vistas_due_listasedes(Request $request) { $estable = $request->get('estable'); $anio = $request->get('anio_corte'); $mes = $request->get('mes_corte'); $sedes = HistoricoSede::select(...
asked by 27.06.2018 / 16:48
1
answer

Modify select text in jQuery Datatables

Good morning, I researched in the plugin code jQuery datatables to achieve modify the text "Show records" but can not find where it is generated, Has anyone found or developed something to modify it?     
asked by 25.06.2018 / 00:25
0
answers

DataTables replace point with comma

I am working with DataTables and a problem has arisen with the rendering of decimals, according to the documentation of < a href="https://datatables.net/manual/data/renderers#Number-helper"> render would be done as follows: { data: 'e...
asked by 02.07.2018 / 15:18
2
answers

Fill array with mysqli_query

I want to fill an array with a query that I make from a table but I do not know how to format it correctly. This is my PHP: $consulta="SELECT * FROM registros2"; $registros=mysqli_query($conexion,$consulta) or die ("Problemas con la consult...
asked by 19.06.2018 / 18:37
0
answers

How to add columns in datatable using Footer callback if there is an html (button) tag inside the td?

I am adding the values of a datatable with the Footer callback function but add only those td without any html tag, however I printed the td with a button and the function Footer callback does not recognize them and throws me this result =...
asked by 16.06.2018 / 00:47
2
answers

Problems with the DataTables plugin

I explain I'm doing a crud at the moment everything works well I followed a guide because I really do not have much knowledge and the guide did not have the dataTables plugin that I think is important in a CRUD but I add them and the modal is da...
asked by 18.06.2018 / 09:13
1
answer

How to keep my data kept in my html table

I am developing an application, in which I have a pair of textbox as input, the objective is that, the user write an order number in the input and make a query to the database to get information from that number of order and at the end place tha...
asked by 14.06.2018 / 16:09
0
answers

how to show several regitrates of a table whose id is in another with PDO?

I just want to show the data of some related tables that would be events-> themes-> speakers two have their id in others and I would like to know how to show the data on the screen nothing else, try it with inner join but it does not work or onl...
asked by 14.06.2018 / 01:06