Replies: 1 comment 1 reply
-
This has been added for Craft 4.5 (via #13558) 🎉 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created an enhanced version of your VueAdminTable with more functions and I required to update props on the fly from outside (basically an ElementIndexTable just for normal models/records and no elements). I thought it might be useful for others to be able to change the settings after creation as well so I'll share my way to achieve that in case someone needs it.
for example
So I made my props reactive
This will allow us to modify settings
Beta Was this translation helpful? Give feedback.
All reactions