/outsystems-tutorials

How to implement client-side filtering in OutSystems to refine the displayed list data?

Learn how to implement client-side filtering in OutSystems for responsive data refinement. Boost user experience by enabling dynamic list updates without server requests.

Matt Graham, CEO of Rapid Developers

Book a call with an Expert

Starting a new venture? Need to upgrade your website? RapidDev builds Webflow websites with your growth in mind.

Book a free No-Code consultation

How to implement client-side filtering in OutSystems to refine the displayed list data?

Implementing Client-Side Filtering in OutSystems to Refine Displayed List Data

Client-side filtering is a powerful technique in OutSystems that allows users to filter displayed list data on the client side without the need for round trips to the server. This guide provides a comprehensive, step-by-step approach to implementing client-side filtering in OutSystems, enabling dynamic and responsive user experiences.

Prerequisites

  • Basic understanding of OutSystems environment and terminology.
  • Access to an OutSystems environment with development rights.
  • An OutSystems project with a list or table widget ready for implementation.

Understanding Client-Side Filtering

  • Client-side filtering involves applying filters to data that has already been fetched from the server, hence improving performance since it eliminates additional server requests.
  • It is suitable for relatively small datasets that can be fully loaded onto the client's device.

Setting Up Your OutSystems Environment

  • Log in to your OutSystems environment and open the specific application module where you want to apply client-side filtering.
  • Ensure your Screen has a list or table widget that displays data you wish to filter.

Creating a Filter Input

  • In the desired screen, add an input widget (Text Box) to serve as the user interface element for entering filter criteria.
  • Label this input clearly so users understand its purpose, such as "Search" or "Filter by Name".
  • Bind this input widget to a local variable (e.g., `FilterText`) that stores the user's filter input.

Binding the Filter Logic to the List

  • Ensure your list widget is bound to a local or entity aggregate that holds the data you want to display.
  • Set the aggregate to fetch all data on screen load, as it won't query after applying client-side filters.
  • Using OutSystems expressions, filter the list items based on the user input contained within the `FilterText` variable.
  • Example Expression:
        List.Filter(
          ToLowerCase(Entity.ListAttribute) contains ToLowerCase(FilterText)
        )
        
    Replace `Entity.ListAttribute` with the appropriate fields you wish to compare with the filter input.

Handling UI Updates

  • Ensure the list control is wrapped in a container if it's not already, to allow it to be refreshed dynamically when filters are applied.
  • Use OutSystems UI patterns such as button events tied to the input to trigger refreshing or real-time filtering as users type. This can often be handled through input properties like 'OnChange'.

Testing Client-Side Filtering

  • Use the OutSystems preview mode to test filtering. Enter search criteria in the input and check if the list updates accordingly without server interactions.
  • Test with different input scenarios, including no matches, partial matches, and multiple field matches, ensuring expected behaviors under all conditions.

Optimizing and Deploying Your Solution

  • Review performance when dealing with larger datasets and consider server-side filtering if data sets become unmanageable on the client side.
  • Deploy your app to a test environment to invite other users to provide feedback on the filtering feature's usability and responsiveness.
  • Ensure there is clear user guidance on how to use the filtering feature, such as placeholders in the filter input.

By following these steps, you can successfully implement client-side filtering in OutSystems to dynamically refine displayed list data. This approach enhances user interactions by providing immediate feedback and a smooth user experience.

Explore More Valuable No-Code Resources

No-Code Tools Reviews

Delve into comprehensive reviews of top no-code tools to find the perfect platform for your development needs. Explore expert insights, user feedback, and detailed comparisons to make informed decisions and accelerate your no-code project development.

Explore

WeWeb Tutorials

Discover our comprehensive WeWeb tutorial directory tailored for all skill levels. Unlock the potential of no-code development with our detailed guides, walkthroughs, and practical tips designed to elevate your WeWeb projects.

Explore

No-Code Tools Comparison

Discover the best no-code tools for your projects with our detailed comparisons and side-by-side reviews. Evaluate features, usability, and performance across leading platforms to choose the tool that fits your development needs and enhances your productivity.

Explore

Bubble Integrations

Dive into our comprehensive resource for Bubble.io integrations, featuring expert advice, detailed tutorials, and FAQs. Whether you're a beginner or an experienced developer, find everything you need to seamlessly integrate third-party services with Bubble.io.

Explore

Successful Bubble.io Projects

Explore a curated showcase of successful Bubble.io projects and see what's possible with no-code development. From innovative apps to complex systems, discover inspiring examples that highlight the power and versatility of Bubble.io. Start envisioning your next project today!

Explore

Flutterflow Tutorials

Explore our detailed directory of FlutterFlow tutorials to master mobile app development without coding. Gain insights through step-by-step guides, practical examples, and expert tips to efficiently use FlutterFlow and build stunning apps.

Explore

Want to explore opportunities to work with us?

Connect with our team to unlock the full potential of no-code solutions with a no-commitment consultation!

Book a Free Consultation

Client trust and success are our top priorities

When it comes to serving you, we sweat the little things. That’s why our work makes a big impact.

Rapid Dev was an exceptional project management organization and the best development collaborators I've had the pleasure of working with. They do complex work on extremely fast timelines and effectively manage the testing and pre-launch process to deliver the best possible product. I'm extremely impressed with their execution ability.

CPO, Praction - Arkady Sokolov

May 2, 2023

Working with Matt was comparable to having another co-founder on the team, but without the commitment or cost. He has a strategic mindset and willing to change the scope of the project in real time based on the needs of the client. A true strategic thought partner!

Co-Founder, Arc - Donald Muir

Dec 27, 2022

Rapid Dev are 10/10, excellent communicators - the best I've ever encountered in the tech dev space. They always go the extra mile, they genuinely care, they respond quickly, they're flexible, adaptable and their enthusiasm is amazing.

Co-CEO, Grantify - Mat Westergreen-Thorne

Oct 15, 2022

Rapid Dev is an excellent developer for no-code and low-code solutions.
We’ve had great success since launching the platform in November 2023. In a few months, we’ve gained over 1,000 new active users. We’ve also secured several dozen bookings on the platform and seen about 70% new user month-over-month growth since the launch.

Co-Founder, Church Real Estate Marketplace - Emmanuel Brown

May 1, 2024 

Matt’s dedication to executing our vision and his commitment to the project deadline were impressive. 
This was such a specific project, and Matt really delivered. We worked with a really fast turnaround, and he always delivered. The site was a perfect prop for us!

Production Manager, Media Production Company - Samantha Fekete

Sep 23, 2022