Questions tagged as 'filtro'

2
answers

how to filter a json object?

I have the following json object: var json = { "acao": "listaHoteis", "hoteisPesquisa": [ { "home_id": "1", "nome": "Itamarati" "preco": "925" }, { "home_id": "2",...
asked by 07.05.2017 / 13:35
1
answer

Help with JavaScript filter

I have the following JavaScript code: JSON var json = { "tpAmbiente":null, "hotelPesquisa":[ { "dtEntrada":"20170510", "dtSaida":"20170511", "hotel":{ "id":94...
asked by 10.05.2017 / 20:44
1
answer

Apply filter in DataGrid filled with List without changing DataSource

Is it possible to apply filter to a DataGridView that is "filled" with a List , without changing the DataSource of the grid? Example: When I have a grid that uses a BindingSource I can apply a filter, such as meu...
asked by 18.08.2015 / 16:15
3
answers

How to filter a Text in a div with angle JS

The problem is to mount a filter in AngularJS to capture words, querys, within a text, for example as if searching a word in a craft. <div ng-app="" ng-controller="namesController"> <p><input type="text" ng-model="test"><...
asked by 30.01.2015 / 00:37
2
answers

How to make a button filter results in a datatable?

I have little knowledge of javascript and datatables. I made several unsuccessful attempts to include a button with filter function in a datatable similar to the site: link I have the following datatable on my site (image below). Being that...
asked by 20.12.2018 / 18:25
1
answer

Filtering JSON records by JavaScript or PHP

I have a question about how to do data filtering when the client fills an input field. I'm looking for all server logs (running PHP) through a jQuery JSON request and would like to know how to make a less "restrictive" JavaScript filter since th...
asked by 30.03.2018 / 01:55
1
answer

Ajax filter on wordpress

Hello, I would like to know if anyone has done any functionality similar to this site, link filtering the post using a form and ajax so you do not need to reload the page. I have the following situation, I created a custom post type reselle...
asked by 13.03.2018 / 20:52
2
answers

Filter in WHERE Postgresql

Good morning folks, next, I'm doing a standardization of some records here in the company. So there are 2 tables. Table A (old records) columns as: id_alvara | logradouro 1 | Rua Sete de Setembro n° 200 2 | Rua tal 300 3...
asked by 06.07.2017 / 15:11
0
answers

Search Refinement in Android Search View

Personal i am new to the android world could you help me out indicating how to include these search refinement filters and sorting the text that is typed in the same searchview as it is presented in the Walmart application? The refinement screen...
asked by 20.04.2017 / 22:23
1
answer

What is the correct way to implement filters in Rails?

Good morning! Currently, I have an application with a simple CRUD, and I'm creating a new view to display the records. In that view, I'm including some filters that are parameterized links to be sent to the controller and filter the list with...
asked by 26.01.2017 / 14:19