Update Table with Set-UDElement

Hello @matthewy03 glad the reply helped a little…ok so you want to know what is in a table STATE that you can change…So I use firefox as my browser and I have installed this plugin:-

This allows me to inspect the REACT components on the page…so now if you install this and press F12 in the dashboard page you will see a REACT tab down the bottom. To make it easier give your ELEMENTS on the page an ID you will then see the component/element listed in here, clicking on the ID of the component then looking on th right hand side will show you all the PROPS and STATE for the component…As you are using Set-UDElement you need to look at the STATE and see the names of the ATTRIBUTES you can change in there…To make life easier, you can even type something new into one of the STATE attributes to see the desired effect straight-away.
I do cover what I have just typed here in the course I released just before xmas:-

If you are ever interested in building your own component from scratch.