Questions tagged as 'datatable'

1
answer

Datatable Server Side does not paginate, sort, or search

Beauty? So I'm passing the processing from my datatable to serverside, due to extreme slowness with high data volume. Data is being returned via json encode perfectly, however, paging, sorting and datatable search are not working. can anybody he...
asked by 17.11.2016 / 11:07
1
answer

Select column with value *** of Excel

Good morning, friends! I need some help. I'm doing a "Select" from an Excel spreadsheet in VB.Net to import the data into the bank however a column is not bringing the data properly. This column has both numbers as * 's; when they are numb...
asked by 14.07.2016 / 15:28
0
answers

Handle attribute of type Set in datatable primefaces

I have a street, neighborhood and logradouro_bairro table. logradouro (id, nome) bairro (id, nome) logradouro_bairro (id, id_logr, id_bairro) In the public entity, I have the mapping: @OneToMany(mappedBy = "logradouro", cascade = CascadeT...
asked by 04.01.2016 / 13:46
1
answer

Generate checkbox in the Datatable by sDefaultContent with different IDs

I am generating a checkbox for each row of the DataTable through sDefaultContent, but when I perform an action on one of the checkboxes, it replies to all others. I'm having trouble generating a checkbox with a different ID for each line. Fol...
asked by 10.12.2015 / 13:18
1
answer

Export DataSet to Excel with Spreadsheetgear

I'm trying to export 7 datatables to a worksheet, each datatable into a sheet using Spreadsheetgear. I'm having a hard time returning the data and exporting it to excel. This is my DataSet where I load all datatables, but every time I run the...
asked by 10.07.2015 / 12:43
1
answer

Error filtering data from table Datatable

I have a ViewBag where I populate a select with a list of years. When selecting a specific year, filter the table with data only from those years. To do this filter, I'm using a script: $(document).ready( function() { // any t...
asked by 08.03.2015 / 15:27
1
answer

Generate values and dates of parcels in a datatable C #

Hello, I have a form where a Total Sale Value is placed, the Number of Payment Parcels. Then I would like my DataTable that is located on the other Form to display the values and due dates with their value divided by the number of months....
asked by 02.02.2018 / 20:31
2
answers

Jquery Datatables pro phrase filter complete

I'm using Jquery's datatables, I always use it, but today I have a situation I did not find in its documentation. And the next, when the query is done it brings me the value of several fields comparing by words, I need the search to be done by t...
asked by 15.09.2017 / 19:57
1
answer

Help with DataTable Server-side

Hello, I wanted to know the best way to create a Server-side DataTable. Some questions I have: The next button does not work, and the log counter does not work either. How do I fix it? I'm using Start and Length in SQL code, is there a sim...
asked by 02.09.2018 / 01:15
1
answer

Insert data into a table with foreign key in ID

I'll try to be as objective as possible so not many codes will I put (because the original is really too big). I'm doing a simple registration program that has:  - 1 datagridview to select the desired customer from a list of records  - 1...
asked by 17.03.2017 / 14:36