Questions tagged as 'filtro'

1
answer

Types of records repeated in filter

I have a form with a service fetch filter that takes the options from a column of my database table. The problem is that more than one person provides the same service, therefore more has more than one record with the same service, which makes t...
asked by 09.11.2017 / 17:33
1
answer

Multiple filters on a json object?

Hello. I have 10 filters for a single json object: var filtro1 = function(value, selecionado){ var data = JSON.parse(JSON.stringify(json.aPesquisa)); var result = data.filter(function(pesquisa){ ... }); return result...
asked by 24.07.2017 / 23:53
1
answer

Problem with JSON filter and Array

I'm trying to filter a JSON with category but I'm not getting it. I have 3 checkboxes and when I select them they should filter a json as selected. and when I uncheck a checkbox it should filter only those that are selected. If no checkbox is...
asked by 11.07.2017 / 20:04
2
answers

Help with JSON and jQuery

Hello. Home I have the following code: JsFiddle Home In it I have 6 checkbox from 0 to 5 stars, and when I click on a checkbox it filters a json displaying the hotel that has such a star so everything is fine. The problem comes when I select...
asked by 15.05.2017 / 18:54
1
answer

Set amount of results returned by function that filters JSON

I have the following code to filter a JSON , it works perfectly, the only problem I'm having is to choose the number of results displayed. (currently only displaying a single result). var elemento = document.getElementById("galeria"); va...
asked by 19.07.2016 / 19:48
2
answers

NullReferenceException in User Filter

In my project I made a filter to see if the user is already logged in. To prevent it from logging in twice. According to the answer What happens is that I am having a zero reference error and I do not know why. I am passing the ID...
asked by 01.12.2014 / 21:22
1
answer

How to control the rows between the main UITableView and the UITableView of UISearchBar?

I'm implementing a table with a search field, and I'm using UISearchBar . I have two variables in the app: a NSMutableArray for the original data, and another NSMutableArray for the filtered data. When the table is load...
asked by 06.11.2014 / 17:45
1
answer

Product filter on Woocommerce [closed]

I need to create a product filter equal to this, but I do not have enough knowledge to create it from scratch. Could someone tell me a Wordpress plugin that would give me this possibility or would you teach me how to copy this filter fr...
asked by 27.12.2018 / 18:21
0
answers

Graph with filter using php / MySQL

I'm trying to build a filter chart with MySQL data. This is one of the codes for this type of filter chart: <html> <head> <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script><scr...
asked by 10.11.2018 / 22:09
1
answer

Filter with SQL query from a combobox - c #

I am creating a stock program and would like the query of items to be filtered by a combobox, ie, when typing in the search field only the results regarding the parameter of the combobox appear. This is my SQL query code: DataTable tabela =...
asked by 12.10.2018 / 21:54