Questions tagged as 'datatable'

0
answers

Column type is not supported. Type is 'Object' - DataTable

I am wanting to pass a DataTable as a parameter to a procedure, this DataTable comes from an Excel spreadsheet that is then converted into a DataTable. In SQL I created a Type Table with the required fields, all columns with the same name as...
asked by 23.05.2018 / 23:08
0
answers

p: selectOneMenu does not correctly filter the dataList

I have a column with the filter p: selectOneMenu. I use it to filter a column that has rows that can have one or more attributes. So I use the p: dataList component of Primefaces to show this list. But the filter only takes the first item of the...
asked by 27.05.2018 / 23:28
1
answer

Sort DateTime of a DataTable

I am having problems sorting the DateTime field of a DataTable, I am returning records from my users table via server-side. The problem is when it is time to click on the label of a column of type DateTime, the data is ordered as if it were Stri...
asked by 14.05.2018 / 16:51
1
answer

Click on the title bar and do not sort the column in dataTables

Good morning. I am using dataTables and in one of the columns I put an input: checkbox for the user to be able to check or deselect all columns, remembering that in the columns I have how to do the ordering when I click on the title bar and in t...
asked by 22.04.2018 / 16:16
1
answer

Row with details in Datatable

Colleagues, I initialized the datatable to show no information, and put a click event to display the details of each row. However, when you click on this event, the datatable is modified and the details are displayed, such as "Show 10 entries",...
asked by 28.03.2018 / 14:57
0
answers

Calling the datatable api changes the startup properties

Colleagues. I have a datatable problem. I started by setting the properties: processing: false, serverSide: false, searching: false, bPaginate: false, bInfo:false And I try to use api for the function: var api = $('#tb...
asked by 29.03.2018 / 14:53
2
answers

Problem with sorting by date with DATABASE plugin

I have a problem with the ordering of a table with a Datatable plugin and I am doing a SQL query already ordered by a field and when I present the table with the plugin it reorders it in another way and I tried several ways without success ....
asked by 20.03.2018 / 15:48
0
answers

how to use http.post in angular js to retrieve rows from my checked data table?

I have a data table with id, name, etc. and have checkboxes added within the Angular for example. vm.dtColumns = [ DTColumnBuilder.newColumn(null).withTitle(titleHtml).notSortable() .renderWith(functi...
asked by 22.03.2018 / 05:20
0
answers

Filter Datatable Primefaces does not work with p: selectCheckboxMenu

Talk to people! I'm using the filter of datatable of primefaces itself but it is not working when I use it to filter p:selectCheckboxMenu . When I select one of the options it does not find anything. I used this example and I...
asked by 13.03.2018 / 00:21
0
answers

LazyDataModel Generic on the Facade

Well my question is about some tests I'm doing (studying) JSF and Generics, come on: I would like to know how dangerous (if there is such a possibility) or how wrong / right my idea below might be valid, I happen to like to create a LazyDa...
asked by 18.02.2018 / 03:33