Questions tagged as 'jquery-datatables'

0
answers

Streamline SQL Query with DataTables

The query below returns a DataTables with approximately 400 items in the Mysql database. The difficulty is to return these values more quickly. It currently takes an average of 70 seconds to display the list completely. It's a low...
asked by 08.12.2016 / 05:25
1
answer

PHP does not consider listing when it has filter

Top of page: <?php include "funcoes.php"; session_start(); $grupo_produto = $_SESSION['grupo_produto']; ?> <!DOCTYPE html> <html> <head> <title></title> <meta charset="ut...
asked by 05.12.2016 / 20:06
1
answer

javascript function does not work completely with jQuery

Good evening. I'm having some trouble making another function work along with jQuery. The jQuery function is working as I would, but the one I created does not. In fact, it is almost completely functional, this function selects all the names...
asked by 26.10.2016 / 21:33
1
answer

Problem with Datatables in Laravel 5.2

Hello, I tried to use the server-side Datatables and not server-side but it does not display the datatables. I do everything according to the documentation ( link ) and in internet tutorials, but it does not work and also does not display any er...
asked by 13.10.2016 / 20:36
0
answers

Sorting a DataTable column by a field of type DateTime

I have the following field in my model: [Required] [DisplayFormat(DataFormatString = "{0:dd/MM/yyyy}", ApplyFormatInEditMode = true)] public DateTime? DataCadastro { get; set; } I use the DisplayFormat to format and display the date in Braz...
asked by 22.08.2016 / 17:44
1
answer

When using fnReloadAjax does not stay on the current page

I'm using the fnReloadAjax for when the user does some action on the table that is mounted using datatables already reloads the data again, it just does not stay on the current page. It keeps filtering, sorting, number of records per page...
asked by 29.08.2016 / 21:34
1
answer

jquery datatable pick up values from an input

Personal Talk! I need your help! I am using the jquery datatable plugin to generate a dynamically paged table in a modal, so alright, but inside this table I have an input that I need to get the value typed after the user confirm on a button...
asked by 11.07.2016 / 14:49
1
answer

Jquery datatable appears with the result of previous searches while filtering

I own a search page made in ASP.NET MVC that has data loaded into a table using AJAX and jQuery Template, so you do not need to reload the page after searching. Here's the example below: function CarregaTabela() { idFiltro = $("#idFilt...
asked by 06.04.2016 / 16:25
1
answer

Jquery does not work after using the function .remove ();

Good morning, I'm making a form with tabs where the user can add and delete the tabs when needed, for the user to delete the tab use the .remove () function of jquery and the next tab is in place of deleted, my problem is that in the form I h...
asked by 04.02.2016 / 14:50
1
answer

CRUD with jQuery, PHP and SQL Server: table with total, subtotal and auto filter

Hello, Community! I have tested some jQuery plugins to generate table that support CRUD. Here's my review of them. jQuery jTable Excellent plugin, but has annoying limitations like horizontal scrolling, which does not exist. If you h...
asked by 03.12.2015 / 19:30