Questions tagged as 'datatable'

2
answers

Primefaces p: dataTable changing default message "No records found."?

And I have a p: dataTable: <p:dataTable var="ind" value="#{logIndPersistBean.list}" paginator="true" rows="10" id="table" rowStyleClass="odd-row, even-row"> <f:facet name="header">...
asked by 20.08.2015 / 21:41
1
answer

How to limit the number of rows after sorting the datatable vb.net/C#

How do I limit the amount of rows in a datagrid after DefaultView.Sort Follow the code: da = New OleDbDataAdapter(MySQL, Conexao) dt = New DataTable("Pedidos") da.Fill(dt) dt.DefaultView.Sort = "Data Desc"...
asked by 15.07.2015 / 18:07
1
answer

How can I make the selection of this DataTable?

I've created a datatable of variable columns whose collection occurs from a list of objects with several different attributes. In detail, I have a class ProjectProject, which has a Project attribute, a Criteria, and a Scale. The number of col...
asked by 07.06.2015 / 23:30
1
answer

Use Left Join on Datatable Server-Side

After several attempts, I have not yet been able to implement a 100% left join within the Datatable Server-Side Please note, the following code works 100% HTML <table id="datatable_fixed_column" class="table table-striped table-border...
asked by 16.11.2014 / 03:23
0
answers

Filter in Datatable with Radio Box

Hello, good afternoon. I'm a beginner in Jquery, and I'm trying to present in my datatable, a filter that, by clicking the Radio Option, filter only the records of that Value. Ex: When I click on Radio with Value "Active", the javascript f...
asked by 29.12.2018 / 20:54
0
answers

DataTable Filter

Hello, I am adding filters to each of my datatable The problem is that within a I have N options for selection But my filter understands it as one and not separate words Iwouldlikethefiltertohavetheoptiontoselectsystembysystemandnotacollectiont...
asked by 12.12.2018 / 20:35
0
answers

Datatable Excel file comes blank

I have a problem with the DataTable Plugin: it generates the CSV file normally, but the XLS is blank. My code looks like this: $(_fechamento_faturamento_bases.prps.tablePrevia).DataTable({ "bPaginate": true, "bFilter": true, "bInfo...
asked by 12.11.2018 / 19:47
0
answers

DataTable page two erases List

I'm using Primefaces 6.2 with Hibernate 4.3 without JPA or Spring. I need to display data on the screen, where I have a Dialog and inside it a DataTable with a button that will open another Dialog. I have two problems, but I will focus on the fi...
asked by 16.11.2018 / 12:00
0
answers

Json response invalid DataTable Server Side

I've been trying for two days to solve a problem I'm having with DataTable related to json's return. I am using the examples available on the DataTable site as well as those available at GitHub . I'm using this code to create json: ser...
asked by 27.10.2018 / 21:46
0
answers

How to use the Data Table Server Side?

I'm trying to follow this tutorial: link But it's giving the error when I look for something, or I click on pagination: DataTables warning: table id = example - Invalid JSON response. For more information about this error, please see li...
asked by 23.10.2018 / 13:58