Questions tagged as 'datatable'

0
answers

Datatables translation and pagination

This page has datatables Followthecode:vartable=$('#js-table-lista-chamados').DataTable({"sDom": '<"search-box"r>ltip', "lengthChange": false, "language": { "sEmptyTable": "Nenhum registro encontrado", "sInfo": "Mo...
asked by 18.10.2018 / 16:07
0
answers

JSF with PrimeFaces - Dynamic DataModel

I'm trying to make a screen in JSF that has a DataTable that references a DataModel dynamic, I'll show the code to exemplify: <p:datatable value="#{bean.dataModel(id)}" var="i"> <column (resto do código com colunas e...
asked by 10.09.2018 / 06:12
1
answer

PrimeFaces 6.2 onCellEdit - getNewValue () nn is receiving the new value

I'm doing a project with PrimeFaces and on a screen I use a DataTable with cellEdit and I followed the showcase example right and tals however the getNewValue and the getOldValue are coming null and this is breaking my application,...
asked by 09.09.2018 / 06:11
2
answers

JSON dynamic and popular DataTable

I am having problems generating a JSON message dynamically and popularly a DataTable. When I do it works as follows: var dataSet = [ [ “1”, “01/10/2018”, “200,00” ], [ “2”, “01/11/2018”, “250,00” ], [ “3”, “01/12/2018”, “350,00” ]...
asked by 30.08.2018 / 21:07
0
answers

Error in the "rowkey" attribute of DataTable - JSF 2.2 with PrimeFaces 6.2

I'm new to JSF and am having trouble with the rowkey attribute of the DataTable. It simply can not find the reference I put of my var attribute. It's as if the name I put in var only serves the components that are inside the DataTabl...
asked by 05.08.2018 / 10:05
0
answers

Filter in DataTable with Checkbox

I would like to use a checkbox for filter in DataTable, but I am not able to The ajax form data In this case, I would like to filter only data larger than 27, for example, when clicking on the checkbox //https://github.com/cbcarlos07...
asked by 27.07.2018 / 19:02
0
answers

Datatable I can not get a return

Well I do not know the way to do it, but I need to get the data from when I click on the Datatable to populate a previous screen. This screen opens through a Dialog, I select which one I want to open the registry and popularize the data in anothe...
asked by 31.07.2018 / 00:47
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

Datatable Jquery with Reactjs - Total wrong records

When I make a console.log in the frontend, I can see the following information: {recordsTotal: 200, recordsFiltered: 200, data: Array(10)} But in the listing screen itself (I am using the datatable component of Jquery adapted for Reactjs)...
asked by 15.06.2018 / 22:35
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