Skip to main content

All Questions

Tagged with
-1 votes
1 answer
46 views

How to merge two array using .map and .find by avoiding iterating twice

I have two arrays below. I am trying to merge conditions array based on customerLOB.code match. The problem is, I am getting the results added twice because the loop gets iterated twice. How can I ...
Nancy's user avatar
  • 989
0 votes
0 answers
15 views

Angular Material Advanced Filtering resources

New to angular. I want to play around with creating advanced filtering for my app. Is there any resources that would help me create a UI in material With a column, filter,value that can be or'ed or ...
J.Doe's user avatar
  • 165
1 vote
1 answer
53 views

Autocomplete search filter not working for dynamically added input fields in angular

I am working on billing module, which have input fields that are added dynamically. Here I am using autocomplete search filter for dynamically added input fields (Productname). But the autocomplete ...
Reegan's user avatar
  • 105
2 votes
1 answer
399 views

How to enable Quick Filter in AG Grid Community in 2024

The setQuickFilter function seems to be deprecated from looking at AG-Grid Community node modules. Not sure why the site does not explain an alternative for quick filtering as their explanations use ...
Jaimierl's user avatar
0 votes
2 answers
58 views

Angular - PipeTransform - Filter observable array

I have a problem when creating a PipeTransform, the input is Observable<Array> and I want to filter this Array it based on another parameter, but it doesn't work. Any help where I'm going wrong? ...
gandrija85's user avatar
0 votes
0 answers
29 views

Filter For openVidu

I'm using the openVidu in my project, for making calls for that I'm using filter which is GStreamerFilter (textoverlay) I have a good related to it in two different locations first part: const filter: ...
fahmawiFloki's user avatar
1 vote
1 answer
203 views

using filterGlobal from primeNG's Table to search for Date that has been formatted with a pipe

I'm working on a program utilizing PrimeNG and most of the code is working fine. I've come across a bug with a piped value. I have a table where one column is populated with dates in ISOformat, but ...
Ethan's user avatar
  • 49
0 votes
0 answers
18 views

Angular checkbox filter function not working with Selenium automation

FE developed w/Angular 16. I have a checkbox dropdown to filter things but I need to click somewhere in the page in order to filter work. With Selenium Java automation framework, web elements are ...
Gulustan's user avatar
0 votes
0 answers
24 views

How to navigate through all highlighted texts in the DOM

I have a pipe that highlights a text passed through an input field, it works fine. import { Pipe, PipeTransform } from '@angular/core'; @Pipe({ name: 'highlighter', }) export class HighlighterPipe ...
Julio Graffin's user avatar
0 votes
0 answers
352 views

Primeng's p-multiselect onFilter is not working properly

API and SP is working Perfectly fine. I am getting the response of 10 rows. Also I have console the array which is bind to multiselect , it is also showing proper 10 records But nothing is reflecting ...
Shrihari Gandhe's user avatar
0 votes
1 answer
56 views

how to group by year of the date and disply in angular

Expected UI export interface Event { id: string; title: string; startdate: Date; enddate: Date; } The JSON structure [ { "id": "35ed3d90-39fa-411a-a74c-ca63032866d9", "...
user475391's user avatar
0 votes
0 answers
38 views

How do I filter on a text box and checkbox in Angular >= 15?

How do I go about creating a filter as mentioned in the subject line? Here are some of the code snippets from what I've tried! example-list.component.html ... <app-input label="Search" [...
Tim Kruger's user avatar
0 votes
1 answer
1k views

Date Filter in ag grid angular

I'm tring to create a date filter for my grid made using ag grid in angular. My code is as follow: { field: 'data_determina', headerName: 'Data determina', cellDataType: 'date', ...
Ennio Malvati's user avatar
0 votes
1 answer
95 views

In Angular compare two different objects and remove duplicates

In Angular I have this 2 arrays with objects. Main Object [ { "userId": 8, "name": "Adfgh", "uniqueId": "rthj", "source": { "key":...
sunflover096's user avatar
0 votes
1 answer
989 views

using P-dropdown component filter Value option doesn't set a default filtered value when the component is initialized

I'm using primeng p-drowpdown component to filter a table it's options are coming dynamically i want to set a default filtered option so that when the component is initialized the table date will be ...
sameh's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
44