Reactive Query

Avonni Components' Query Data Source has a powerful feature that lets you create reactive queries. This means your components can update in real-time as users interact with other parts of your interface.

What are Reactive Screens?

Reactive Screens allow you to build user interfaces that instantly respond to actions like selecting an item from a list or entering data into a field. Combining this with reactive query filters lets you dynamically change the data displayed in your components based on user selections.

How It Works

Let's say you have a Data Table showing a list of accounts and a Combobox for filtering by industry. With reactive queries, when a user chooses an industry from the Combobox, the Data Table instantly updates to show only accounts in that industry.

Want to Learn More?

Check out our tutorials on how to set up Reactive Queries and build powerful interactive experiences.

Last updated