Questions tagged as 'jquery-datatables'

0
answers

How to correct the "delay" when loading the dataTable?

When loading the page containing the data in the dataTable, the following fault occurs: first, all data is loaded into the dataTable and visible to the user; after a few seconds this data is displayed correctly (grouped by 5 records per page)....
asked by 20.06.2018 / 14:48
0
answers

Table filtering by jquery

I have this jquery plugin datatable that I would like to do a morning and afternoon filtering, but I do not know how it is because a jquery plugin does not have any way to do it I searched the datatable site but found nothing $(document).read...
asked by 09.06.2018 / 14:07
0
answers

Problems loading a DataTable with pagination and filters using Asp.net Core MVC

I have to load a list of ceps with almost 1 million records in GRID. So as not to be slow, I decided to use the "DataTable" feature and do loading, filters and paging using JavaScrip according to this tutorial: link . Charging is not working...
asked by 31.05.2018 / 22:41
1
answer

Update DataTables table after AJax request

On my page I have the following: $(document).ready( function () { buscaProdutos(); } ); When the page loads, it searches the products for listing in the table. Within this function SearchProducts I have the following:...
asked by 02.06.2018 / 05:32
0
answers

Button in jQuery dataTables does not appear

I can not seem to show the buttons on my dataTables.net . I tried several examples and I did not succeed. the version of my dataTables.net is: 1.10.15. Usage in Asp.net MVC. Could you help? Thank you. < script type = "text/javascri...
asked by 28.05.2018 / 01:13
0
answers

Jquery validation does not work asp.net mvc5?

I'm creating a project in ASP.NET MVC5 using C# and the FrontEnd validations are not working, even after I reference the bundle @Scripts.Render("~/bundles/jqueryval") na view. If I inspect HTML, I can see that the scripts ha...
asked by 26.05.2018 / 16:18
1
answer

Sort DateTime of a DataTable

I am having problems sorting the DateTime field of a DataTable, I am returning records from my users table via server-side. The problem is when it is time to click on the label of a column of type DateTime, the data is ordered as if it were Stri...
asked by 14.05.2018 / 16:51
0
answers

JavaScript pagination

I have a dynamic tr fault that receives data from a database, I enter it into a table normally problem and it does not get paged, I'm using a table that already comes with pagination and search it works with tr not dynamic, but whe...
asked by 03.05.2018 / 16:23
1
answer

Datatables server-side processing with Sweet Alert 2

I am using Datatables with server-side processing and using SweetAlert2 to confirm before deleting the record. Everything is working except for the sweet alert that is not displayed when you click the delete link. Using datatables without aja...
asked by 03.05.2018 / 17:14
0
answers

Configure the padding of my DataTable (Bootstrap) headers via JavaScript and CSS

I need to configure the padding of my DataTable (Bootstrap) headers through JavaScript and CSS because the arrows are getting too close to the header titles and getting cluttered when the columns are scaled. I tried to use JS, but I could not .....
asked by 01.05.2018 / 16:06