I’ve been using the buttons plugin until i realized its an abandoned project. With that i could create buttons using the createButton function in javascript. How could i achieve the same effect with meta-bind.
I didn’t find any info about how to create buttons programmatically in the plugin docs.
I assume you need to access the plugin with const metaBind = app.plugins.plugins["obsidian-meta-bind-plugin"]; and then try to access the metaBind.api.createButtonFromString() API method to create a button. For that maybe it will be better to ask the plugin developer.
I do have two tricks that can help you, assuming you want to add a button to a table as you asked here.