Questions tagged as 'datatables'

0
answers

Rails and Datatables

Hi, I tried to implement Datatables in Rails 5, but it turned out that it was imcompatible according to lei in stackoverflow in English and recommended another page. link I already followed step by step, but I can not get the options to...
asked by 11.06.2018 / 03:49
1
answer

consult range of dates within a join in SQL

I need to filter my query for a specific day and along with other ranges within a join, I have this query, I hope someone can help me, thanks. select r.application as "Fecha transacción", r.id as "Id transacción", r.type_movement as "Tipo tran...
asked by 01.06.2018 / 23:11
0
answers

Invalid JSON response with jQuery Datatables

I have a problem that when loading data from a MySQL database with PHP, it does not show the data, which I send with a JSON according to documentation of Datatables loading data with Ajax then I present my files. Below I present my files....
asked by 12.06.2018 / 03:22
0
answers

Table header with JavaScript

Hello, I can not find a way to paint a header dynamically with Java Script, My JS filters by client and it paints the table, but it only paints me the data and I can not put the header because depending on the client it can vary by I do not pain...
asked by 30.05.2018 / 00:19
0
answers

DataTable row (). child jquery problem to group elements

I'm new to web programming and I'm developing a simple page for the place where I work. I am using the DataTable plugin and I am trying to group all the information about a parameter and that it is broken down when I press a button, as seen in t...
asked by 29.05.2018 / 21:47
0
answers

Problems with JQUERY DATATABLE

I'm doing a query by ajax implementing laravel and jquery but my problem is that it is not showing me the data it brings me, and in the console it tells me this error Uncaught TypeError: Cannot read property 'length' of u...
asked by 29.05.2018 / 17:33
1
answer

Why do I get error table id = MainContent_table - Ajax. When trying to do lazy loading?

What I want to do is a datatable with a weak load, that will load the data according to what is being asked. Code of c #: public partial class ConsultarEvidencia : System.Web.UI.Page { private int conta = 0; public strin...
asked by 22.05.2018 / 23:24
0
answers

DataTable via email

I would like to know if there is any method to send a table formed with datatable through mail, the ideal is that when you press a button a pop-up window opens where you can enter the destination's email address and you should attach the table f...
asked by 15.05.2018 / 15:44
1
answer

do search with Django and JQuery

I'm trying to create a product search engine my model is this class Producto(models.Model): nombre = models.CharField(max_length=50, null=False, blank=False) categoria = models.ForeignKey(Categoria, null=False, blank=False, on_delete=models.CA...
asked by 06.05.2018 / 07:51
1
answer

Datatables columns

As you can concatenate two records in a single column in a datatable, so far I only do it with one record, but I need to do the two, this in order to optimize the space horizontally of the datatable. I'm doing something like this: columns:...
asked by 03.05.2018 / 00:13