Questions tagged as 'filtro'

1
answer

How to filter accents in a selectCheckboxMenu of primefaces

I have a problem using the selectCheckboxMenu filter, since it does not filter the accents, for example I have this list. But when filtering for example the letter "a", only that character filters me and not the accented one. S...
asked by 20.04.2018 / 23:02
1
answer

Filter in Laravel for work not done, incomplete or completed

I have been looking for a solution to this problem for some time but I have not found anything that I can adapt. There are two tables ordensiembras and siembras , one order can have several sowings. The Ordensiembras mod...
asked by 25.11.2018 / 18:15
0
answers

Error configuration single sign on CAS Server

I'm trying to create a java application which redirects to other applications for which it uses cas server 5.3 to authenticate the users, the problem comes when I try to redirect the applications because the session is saved but only for that ap...
asked by 14.09.2018 / 18:49
2
answers

Show only certain data in a yii2 grid?

Edito (08/22/2018): The problem is already solved, I add the corrected code and it works so that it can be used as a guide by those who need it, thanks to the user Sr1871 who was the one who gave the answer. Well I know that maybe my query ma...
asked by 14.08.2018 / 19:56
2
answers

How to filter data from a data frame in R?

I have a data frame (out.predict.garch) in, what I want to get is to filter the data following the condition that the variables out.predict.garch $ name is equal to one of the levels (ibex) (that if it is done) and that the variable out.predict....
asked by 16.11.2018 / 10:26
3
answers

How to change the data that comes loaded with a dropdownlist of asp.net mvc with JQuery?

How about everyone having a problem with a dropdownlist, I want to filter data by the following status: -Active -Rejected -Pendiente but the dropdownlist that I have loaded already makes the corresponding filtering is just that I load the val...
asked by 14.08.2018 / 19:17
1
answer

Scope in Laravel with related table

I'm stuck in a filter: These are my tables: My model for Movement public function factura() { return $this->belongsTo('App\Factura'); } public function cuenta() { return $this->belongsTo('App\Cuenta'); } public fu...
asked by 29.12.2018 / 23:58
0
answers

Not working UI-GRID AngularJS

I'm trying to make a table that can be sorted, in AngularJS with ui-grid. The html code is this: <div class="ui-grid" ui-grid="$ctrl.gridOptions" ui-grid-pagination ui-grid-resize-columns ui-grid-auto-resize></div> In the js, th...
asked by 25.10.2018 / 10:13
0
answers

Make filters with buttons

I am setting up a site, and I need help with a detail that I can not make work. The site I am working on is the following: link As you can see, there is a list of products, and there is a filter inside the "Items" button. What I can not achiev...
asked by 01.10.2018 / 17:18
0
answers

Extract data from a file with a column

I have a file file.txt , as follows: 24/9/2018 15:35:19,380 B63201C 9/24/2018 15:35:22,350 ES0101C (initial_time) 9/24/2018 15: 36: 13.231 Execute next service: 0003 9/24/2018 15: 38: 13,664 Result of the execution of 0003 Result: 0...
asked by 03.10.2018 / 15:17