Questions tagged as 'datatable'

0
answers

Search in Datatables in serverSide mode

I'm almost finalizing a project and need to improve Datatables research. I use the serverSide mode and the ajax search is this: <?php /******* Conexão com o bando de dados *******/ include "../../Conexao/config.php"; mysqli_sele...
asked by 12.06.2017 / 16:15
1
answer

DataTable sorting problem in the Brazilian standard of numerals

I have a problem, I bet many have already been through this situation. We know there are several format patterns in different countries, I'm using a well-known front-end plugin when dealing with tables, which is the datatable, and it has several...
asked by 26.05.2017 / 19:01
1
answer

Custom buttons and pagination together in Datatable

Use the DataTable to create tables. I need to put the pagination at the top of the table too. However, I already have export buttons, so I can not put both. Does anyone know if it is possible and how? Follow the code in my table. this.dt...
asked by 05.06.2017 / 16:23
1
answer

Ajax Update only on the selected line

I have a DataTable here and I'm using a plugin so the user can edit the table data, I got it in parts (haha), the problem is that my call is not identifying what the user is entering, and when I define manually the cell value it changes on all r...
asked by 10.05.2017 / 14:51
0
answers

Refresh row after Datatable event after CellEdit primefaces!

I'm updating a datatable cell, it has 3 columns, description, current price, and old price. I can normally call the bean to make the change and save in the bd. But I can not update the record in the datatable. I can not update the "row" of the c...
asked by 17.04.2017 / 15:15
2
answers

Row editing by a textBox and receiving in the dataTable

I have a class that has two methods that get what is typed in textBox , all stored in dataTable (without database). When I click on a line ( Row ) of dataGridView I show the values saved in dataTable back in t...
asked by 09.03.2017 / 20:51
1
answer

Save selected radioButton option for future reference

I would like to know if you can save a DataTable (or something like this, to be queried later) to the information that a radioButton was clicked on. I am making a simple program for a client to report three information in three% wi...
asked by 09.03.2017 / 13:22
0
answers

Row Header definition of a DataGrid across the rows of a column of a DataTable using C # WPF

I have a DataTable with the following information: Column1 | Column2 1 | A 2 | B 3 | C 4 | D With this DataTable I would like to load a DataGrid using the first column of the DataTable to be the Row Header, thus A...
asked by 10.02.2017 / 19:50
0
answers

Update dataTable

I am having problems updating a dataTable primafaces after doing a search with filterBy. First, I do a search through a method in the Managedbean to bring the list from the database to the table. So, I search through a column using the filterBy...
asked by 28.12.2016 / 19:56
1
answer

Error generating report: Column and Column have conflicting properties: DataType property mismatch

When trying to populate a datatable dynamically, the error occurs at the time of merge of the other data. For Each drw In dtbTemp.Rows dtb = obj.Enquadra(drw.Item("IDCON_TMP"), drw.Item("IDCAR_TMP"))...
asked by 27.10.2016 / 21:16