Questions tagged as 'jquery-datatables'

1
answer

Align vertically the data of a row in a DataTable

I have a DataTable in which the Header is built using HTML and the lines are loaded and constructed using JavaScript. If you look at the image, the "Actions" column has a group of buttons that are aligned vertically correctly. Other columns like...
asked by 07.07.2018 / 15:26
1
answer

___ ___ erkimt jQuery search field datatable ______ qstntxt ___

I'm using the jQuery Datatable component. In the preview on the computer table with the search field is ok, but when viewing the mobile field exceeds the panel where it is inserted, as can be seen in the image below:

HowcanIresolvethis?

    
_________azszpr308642

Enter in your CSS style one to limit the width of %code% %:

%pre%

The selector %code% handle the default search datatables element. Adjust the value of %code% more or less as does not exceed the panel.

    

___
I'm using the jQuery Datatable component. In the preview on the computer table with the search field is ok, but when viewing the mobile field exceeds the panel where it is inserted, as can be seen in the image below: How can I resolve t...
asked by 20.06.2018 / 00:50
1
answer

"Col is undefined" when using table.rows.add

I'm trying to get a json from a AJAX request to insert it into the table but every time I run table.rows.add Table Code: <table id="datatables" class="table table-striped table-no-bordered table-hover" cellspacing="0" width="100%" sty...
asked by 25.01.2018 / 01:15
1
answer

Page DataTable

How do I correctly handle dataTable by paging every 5 seconds? I even get to page, but when I increment the table it ends up stopping .. <html> <head> <meta http-equiv="content-type" content="text/html; charset=...
asked by 19.10.2017 / 05:28
1
answer

Jquery DataTable does not work

I created a table on my system using the jquery datatable library, but it is not working. At the end of the view I made the code declaration in javascript, however the style is not applied. Follow the code below: <script type="text/javas...
asked by 30.07.2017 / 04:58
1
answer

DataTables - Default ordering

How do I make a table already come sorted by a particular column in the DataTable?     
asked by 04.07.2017 / 16:53
1
answer

jQuery DataTable Print Details

I have a datatable with original data and details data, this detail data can be expanded according to the user's wishes, however I have a printing problem, when I use the print function of the datatable, only the original data is printed...
asked by 14.07.2017 / 22:28
1
answer

How to change html according to return value?

I made the jQuery datatable server side all right activation. All functional. However, in the first column I return 1 for active and 0 for inactive. I wanted it to be 1 (active), appears in the place of the number 1 : <i class='ace-icon...
asked by 06.07.2017 / 17:13
1
answer

Write Hmtl Table data in the Bank | Laravel 5.1

I'm having a question regarding retrieving information from an html table and saving it to the database using laravel. This part of the application consists of storing information related to the tests that this user is supposed to perform in...
asked by 14.03.2017 / 21:35
2
answers

Hide a column in datatables

I have a table in datatables, which has 5 columns and one of them is an id that I want to hide the user, and it is soon in the first column after in the fifth column I have a button where I have the state but to change the state of knowing the i...
asked by 24.02.2017 / 00:42