Questions tagged as 'datatables'

2
answers

Bug when fixing DataTables column with Bootstrap 4

Good morning! I walk around here, since a little while ago I started using DataTables for my project, everything was fine, until I tried to use fixedColumns , I relied on the following example I have the following code Table...
asked by 01.06.2018 / 15:38
1
answer

Call document.ready from a partial view

I am working with ASP.NET MVC, JQuery I want to call a document.ready from an ajax that is in a partial view, I show code: PARTIAL VIEW <script type="text/javascript" language="javascript"> $('form').submit(function (e) {...
asked by 21.03.2017 / 04:42
1
answer

Problem with the datatables cdn

Good night I have a problem, I am trying to use the cdn of datatables and when I want to make a table I do not load the page and search functions in the datatable, and I have no idea what the problem is in this format: That's how it should...
asked by 13.12.2018 / 04:45
2
answers

How to set individual search engine in table column with datatable

Friends I am trying to add an individual search engine to certain columns of my table, for this I use DataTables.js, which works well for me and everything, but the point is that it has to be implemented in three columns in specific two search e...
asked by 12.12.2018 / 20:34
1
answer

Invalid JSON error reponse with DataTables

I can not load the information of a JSON in my table. When I get information through Ajax with DataTables , it tells me the error:    DataTables warning: table id = dt_client - Invalid JSON reponse. For more information about this error...
asked by 02.03.2017 / 08:28
2
answers

Organize table within modal

I have a small problem with a table that shows me some data stored in the database, once I have loaded many records the table goes out of control. My idea is that the table has a vertical scroll, but I do not know how to put it, try this, but...
asked by 15.10.2018 / 15:55
3
answers

Datatables is not responsive

I have the following table, and the problem is that when it is for small devices it is not responsive. <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" th:href="@{/css/...
asked by 04.12.2018 / 21:12
1
answer

DATATABLE DOES NOT SHOW BUTTONS

I AM USING DATATABLE FOR MY DESIGN BUT I HAVE A PROBLEM WITH THE EXPORT BUTTONS, THEY ARE NOT VISUALIZED, MY JS IS $(document).ready(function () { $('#listaDocumentos').DataTable(); }); var table = $('#listaDocumentos').DataTable({...
asked by 23.10.2018 / 18:15
1
answer

Datatable JSON Invalid JSON response

Why this error is due    DataTables warning: table id = Table_Tools - Invalid JSON   response For more information about this error, please see    link I enclose a photo with the answer on my network My code // Call the dataTa...
asked by 01.08.2018 / 23:52
2
answers

How to place responsive dataTables

Hello friends, I have this dataTable in my view: <table id="eventos" class="table table-bordered table-hover"> <thead> <tr> <th>#</t...
asked by 30.05.2018 / 22:44