Questions tagged as 'datatables'

1
answer

Translate "page" into datatables pagingType: input

Using datatables in pagingType: input as shown in the example shows a search box with text "Page" in English. Would it be possible to translate this text? $(document).ready(function() { $('#example-table').dataTable({ "pagingType":...
asked by 15.03.2018 / 13:04
1
answer

What is the reason for this error in Ajax?

I'm working with ajax but I get this error and I do not know why it happens when I add an image to my ajax     
asked by 26.02.2018 / 02:13
1
answer

Time it takes to load a table with Datatables

I was doing tests with a table with 2,000 records and datatables worked fine, now I change it with another one that has 16,000 records and after 7 seconds gives error. In the debugger I see that the select became complete (the 16,000 records)...
asked by 06.02.2018 / 18:04
2
answers

Error dataTables with jQuery and Bootstrap

I am trying to do the following using dataTables. What I want is that the circle with the most appears in the first column and that when I click, I display the other data, as shown in the image. I am following the steps of the dateTables e...
asked by 07.02.2018 / 02:34
3
answers

Paginate a mysql table with DataTable

I have a table that brings mysql data in PHP, and I have the DataTable Scripts, but it does not page the table. What should I do to get the table, Thanks in advance. <table> <head> <meta charset="utf-8"/> <meta htt...
asked by 26.01.2018 / 16:08
1
answer

SEARCH IN INDIVIDUAL COLUMNS - LARAVEL

I want to do a search in several columns. Something like that. But I do not know how to do it in Laravel since it is managed through MVC. The DATATABLES page suggests that you enter this code. $(document).ready(function() { // Setu...
asked by 09.11.2017 / 20:03
1
answer

Select2 does not work in DataTable

Good, I have a DataTable in which several buttons with manners, in those manners I have several <select> with its select2, these work correctly, but when I want to use the same class of one of those select2 to do another dropdown in...
asked by 13.11.2017 / 13:39
2
answers

I am working with DATATABLE, how can I save the current page that I am in, and then return to show the same page?

Greetings, I'm new to the community! I hope corrections in case the question is wrongly formulated! I have data in a Dashboard from a DB that are paginated. I'm using DataTable. When pressing on one of the products I go to the details of it....
asked by 24.10.2017 / 15:43
1
answer

DatatTables Laravel 5.4

I'm trying to make the Datatables plugin work according to Yajrabox but I can not get it to show anything, it just shows the table but without DataTable options. My code is: ProductosController.php use Yajra\Datatables\Datatab...
asked by 20.09.2017 / 10:25
2
answers

Error Can not set property '_DT_CellIndex' of undefined jquerydatatable

I am using PHP and when I put data into the jquery datatable the datatable style is lost, I get the following error in the console. <?php include 'inc/conexion.php'; $query ="SELECT * FROM user "; $result = mysqli_query(...
asked by 07.09.2017 / 18:49