Questions tagged as 'datatable'

2
answers

Datatables - Rowspan in tbody: Can not read property 'className' of undefined

I'm using JQuery and the DataTable plugin in my tables. So in some situations I need to use rowspan in the body ( tbody ) of my tables, which generates the following error in Google Chrome and ends up not applying the plugin: Uncaught...
asked by 14.04.2014 / 20:20
0
answers

Using NLog with PostgreSQL C #

I'm working on an application, and have some registry screens, and I want to add a log routine to the API of these records, type: do not add, update, and error occurrences (if any). The database that is being used is PostgreSQL and here comes...
asked by 27.12.2018 / 21:20
2
answers

How to make a button filter results in a datatable?

I have little knowledge of javascript and datatables. I made several unsuccessful attempts to include a button with filter function in a datatable similar to the site: link I have the following datatable on my site (image below). Being that...
asked by 20.12.2018 / 18:25
0
answers

AdminLTE DataTable - Select Row / Select Row

I have a project in progress and I use AdminLTE for layout. I really liked it, but I have a question about the DataTable: How to apply functions to can select a row in the DataTable? I've tried several tips like: $('#example2 tbody').on( 'c...
asked by 10.09.2018 / 12:17
0
answers

Update field value Using TableAdaptar C #

Greetings! I'm working with DataSet to modify data in DB sql. I have a TableAdapter allocated to a form where some of the fields are linked to textboxs. It turns out some of the fields I do not want to show in the textbox but I want to upda...
asked by 28.08.2018 / 07:17
1
answer

Information is not loaded in MODAL Edit After Page

Good morning, people, I have a question and would like to know if you could help me ... In this first img, I have a table made with a data table with a list of entries, and each one of them has the option to edit and delete. AfterIclickth...
asked by 03.07.2018 / 15:29
1
answer

Add dynamic gridview checkbox

I'm adding the gridview fields via code, but the checkbox does not appear, instead of the checkbox, it appears: "System.Web.UI.WebControls.CheckBox" Here's how I'm doing: CheckBox check = new CheckBox(); if (Session["dt1"] != null) {...
asked by 03.05.2018 / 19:30
0
answers

PrimeTaces dataTable SortBy does not work

Good day, people. I am new here in the forum and would like to have the help of you for the following situation. The sortBy of my datatable is not working properly. The dataTable simply loses its table format and displays the inline content. In...
asked by 27.12.2017 / 14:39
0
answers

datatables does not show the data with a query using JOIN. What to do?

<?php include('../conection/db.php'); include('function.php'); $query = ''; $output = array(); $query .= "SELECT i.Tipo as Tipo, c.Descricao as Descricao, c.Anexo as Anexo from tbl_instituicao as i JOIN tbl_conteudo as c ON i.Id_conteudo = c....
asked by 03.11.2017 / 10:29
0
answers

My table does not show the data even though the code is the same

I can not understand why I do not display records in my table when I change the reference to dataTable2.js , even though the code is the same as the example that shows the data. If you can help me with this jQuery and dataTable , tha...
asked by 22.10.2017 / 20:51