Questions tagged as 'datatables'

0
answers

Pagination does not work well when making filters

I have a paginated table (15 records per page) with 3 buttons to show me the active, inactive or all records. The issue is that if I give the assets for example and on the first page there are only 4 active records, it only shows those 4 and not...
asked by 13.11.2018 / 16:56
1
answer

DataTables warning: table id = table - Ajax error. (Have you solved this?)

I really do not understand why this error occurs and if I load the data someone who can explain to me     
asked by 26.11.2018 / 04:04
0
answers

DataTables warning (table id = 'PRData'): Requested unknown parameter '13' from the data source for row 2

Hello good night, present the following error of the data table in codeigniter, I try to find the error but I have little experience in the script:    DataTables warning (table id = 'PRData'): Requested unknown parameter   '13' from the data...
asked by 08.11.2018 / 09:08
0
answers

how to format html within a php map () function

I have the following function in a laravel driver public function show() { $organizaciones = Organizacion::with('estados')->selectRaw('distinct organizaciones.*'); return datatables() ->of($organizaciones)...
asked by 01.11.2018 / 06:10
0
answers

Fit columns in datatable

I'm using datatables to show some php fields, but I can not place less than 6 columns since it removes the properties like the pager and responsivity and appears to be a normal table. Any suggestions Thanks     
asked by 26.10.2018 / 17:57
1
answer

Problem with checkbox and datatable?

I have a problem, what I want that is through an ajax can get a number of values and make a tour in my datatable that has a checkbox column, and if the value of that checkbox is equal to the value brought by ajax to be checked: $.ajax({ ur...
asked by 25.10.2018 / 22:13
0
answers

Datatable does the search command but does not show the result

I managed to make him make the command to look up the data of a table, but he does not show them in the datatable, I do not know why. Does the query, but does not show it. I already asked this question 2 times, and nobody even tells you. I do...
asked by 25.10.2018 / 03:56
1
answer

Datatable to prevent the page from deleting jquery columns

I have created a datatable , everything works perfect, the problem is insert data by input:text my problem starts when I move between pagination since it deletes the rows with data that the textbox carries, that is to say when I mov...
asked by 24.10.2018 / 19:10
1
answer

Laravel and Datatables as showing an extra field that does not come in the table that I send

I would like to know how I can show data from two tables in a single datatable? In the "user" part, it would be the user's name but it belongs to another table This is what I have in my controller namespace App \ Http \ Controller...
asked by 22.10.2018 / 23:54
0
answers

Error in Jquery Datatable when doing vertical scrolling

I have a table that hides and teaches columns depending on a parameter that happened to it, everything goes well until I implement the vertical scroll and I get the following error: Can not read property 'style' of undefined. IN other functions...
asked by 21.10.2018 / 16:45