#filtering

[ follow ]

WPF DataGrid with RichText, RowDetails, Grouping, Filter and more!

Utilizing RowDetails, Grouping, and Filtering in a DataGrid with XML data source in MS Learn example.
#vuejs

A Vue.js app designed to help users manage and track their projects effectively

Comprehensive Vue.js Project Tracker
Key Features: Project Management, Filtering, UI Enhancements

A Vue.js component that displays a list of Rick and Morty characters

The API-RickAnMorty Vue.js component allows users to display and filter a list of Rick and Morty characters.
The component includes methods to fetch characters from the API, filter them by status and search them by name.

A Vue.js app designed to help users manage and track their projects effectively

Comprehensive Vue.js Project Tracker
Key Features: Project Management, Filtering, UI Enhancements

A Vue.js component that displays a list of Rick and Morty characters

The API-RickAnMorty Vue.js component allows users to display and filter a list of Rick and Morty characters.
The component includes methods to fetch characters from the API, filter them by status and search them by name.
morevuejs

Instagram Adds New 'People you Follow' Filter For Direct Messages - Lindsey Gamble

Instagram has introduced a new 'People You Follow' filter for direct messages (DMs).
This filter allows creators and brands to easily track and manage important messages from accounts they follow.

YouTube wants to recommend content based on its primary color

YouTube has introduced a new feature that allows users to filter their home feed by the primary color in videos.
The feature analyzes video thumbnails to find the dominant color, but it doesn't tie colors to moods or content themes.

How Do You Filter a List in Python?

The most common and efficient way to filter a list in Python is to use the filter() function.
List comprehension is a concise way to filter and transform a Python list in one line.

How to Create a Sortable and Filterable Table in React - SitePoint

Dynamic tables in web applications help represent structured data. This tutorial focuses on creating a sortable and filterable table component in React.
The project uses Vite as a frontend tool and assumes a basic knowledge of HTML, CSS, JavaScript, and React.
Mock data is generated using the JSONPlaceholder API to populate the table.
[ Load more ]