Reactive Query
Last updated
Last updated
Avonni Components' Query Data Source has a powerful feature that lets you create reactive queries. This means your components can update as users interact with other parts of your interface.
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.
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.
Check out our tutorials on how to set up Reactive Queries and build powerful interactive experiences.
Building a Dynamic Metrics Dashboard with the Data Table