You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm trying to register a plugin using Yasgui. I have created a new instance of Yasgui and trying to register the gallery plugin or chart plugin but am unable to find the import for it ?
Based on the instance above how would I register a plugin ?
The docs has the below code but it does not state where the Plugin import is coming from ? Yasr.registerPlugin('gallery', plugin: Plugin ? )
As for disabling the download button, the quickest way is indeed to hide it with CSS. The first thing that comes to mind to nicely disable the download button is to extend the original table plugin like this
I added the Yasgui.Yasr.plugins.table = MyTable to the top of my useEffect method before the instantiation of new Yasgui()
but it still does not hide the download button. I used css for now to hide it.
As for the plugins got it "they can't be used in a project programmatically."
Hi I'm trying to register a plugin using Yasgui. I have created a new instance of Yasgui and trying to register the gallery plugin or chart plugin but am unable to find the import for it ?
Javascript.
Based on the instance above how would I register a plugin ?
The docs has the below code but it does not state where the Plugin import is coming from ?
Yasr.registerPlugin('gallery', plugin: Plugin ? )
Where would I import the gallery or chart plugin from ? https://triply.cc/docs/yasgui#gallery
As shown here https://yasgui.triply.cc/
I'd also like to disable the download button in the table response is there a way to disable this, apart from hide it using css ?
The text was updated successfully, but these errors were encountered: