Change component data
Last updated
Last updated
© 2024 UI Bakery
Once you've bound your data to a component, it doesn't mean you can't change it - say replace a list of Users with a list of Orders. You just have to follow the same flow as you did before when you were running your Load Users action.
Just to remind you, first you need to create a new action to fetch your data and select a new table you want to load, for example Load Table > orders. After you execute the action, simply bind the new data from the action to the data field of the respective component.
As simple as that! The component will be regenerated based on the data structure of the new action data. But, if that doesn't happen, remember what you have to do? Right, try the Regenerate structure button.