Questions tagged as 'datatables'

1
answer

For cycle for child rows datatables

I have this example taken from Datatables which I require, although this example when pressing a certain button shows a little more information than what is in that row. But in my case I require that with the id of that row make a shi...
asked by 20.01.2017 / 17:54
1
answer

How to make validations in datatables?

I have found out on the official page of Data Tables how to do validations, but it seems very complex to me as for what I am doing. The validation that I require is a bit similar to that done with PHP but in this case it is in a for cycl...
asked by 01.02.2017 / 14:54
1
answer

how to adjust script function prinDIV and avoid printing on a table in a TD section

Dear, This case where you put a script function printDiv to be able to print only the tables but does not work the cellpadding do not adjust. How do I do it? 1) I'm trying to adjust the cells of the tables that do not separate, but jus...
asked by 29.09.2016 / 16:10
1
answer

Moment.js Deprecation (Not recognized ISO format

I have a date search engine in dataTables that due to format problems I used the moment.js library and everything worked perfectly, but when I wanted to save those searches in session so that the inputs do not lose the values I started to fa...
asked by 19.09.2016 / 14:06
1
answer

Jquery DataTables with column image fails the search

I have a jquery DataTable that has a column whose data is 1 or 0. I, by means of the render method, change that value for an image as follows: "columns": [ {data: 'codigo'}, {data: 'tipolote' }, {data: 'activo', width: '10', cl...
asked by 03.11.2016 / 23:01
1
answer

How to get Json data from several urls to render a single DataTable

I have two URLs that serve data of objects in JSON format, both formats have the same structure, except for the type of equipment: First URL: link { "id": 1, "tipo_equipo": "EquipoA", ///Esto es diferente al otro "n...
asked by 16.08.2016 / 12:11
1
answer

Edit DATATABLE of JQUERY

I have a DataTable filled with a query, the problem is that in the database I do not have as many zeros as it shows in DataTable How can I remove them? In addition to this how can I edit some characteristics of DataTable...
asked by 29.07.2016 / 18:56
1
answer

Sort DataTables date range

I have two inputs (minimum date and maximum date) with which I want to filter the results of my tables, the problem is that DataTables has a serious problem with the ordering of dates. I have read online that for those who want to have the for...
asked by 13.09.2016 / 16:04
1
answer

Order of columns in JQuery DataTable

I have a doubt (maybe basic, I do not know) with the order of the columns of DataTable . The thing is that I need to disable the option " ordering " in the last 4 columns of my DataTable Is that possible? Beforehand, Greetings an...
asked by 10.10.2018 / 20:44
1
answer

Auth :: id () using ajax returns null Laravel 5.5

It happens that I am showing a content in a datatable and making the relevant settings so that only the content of the logged in user is shown to me, so I use a method in my controller that returns the records associated to the user that is logg...
asked by 06.09.2018 / 15:27