As a Pro version user of RevoGrid, you can easily remove attribution from your projects. To do this, simply apply one of the following attributes:
Method 1: Using hideAttribution
Add the hideAttribution
attribute to your RevoGrid component:
html
<revo-grid hideAttribution></revo-grid>
Method 2: Using hide-attribution
Alternatively, you can use the hide-attribution
attribute:
html
<revo-grid hide-attribution></revo-grid>
Conclusion
By applying either of these attributes, the attribution will be hidden from your RevoGrid component.
If you have any questions or need further assistance, feel free to reach out to the RevoGrid support team.