We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the user does not scroll all the way to the right he will never see the copy button.
Could you move it to this position? This way the button is always visible
The text was updated successfully, but these errors were encountered:
Add the "align" attribute to the "copyable" config item, with the values of "left" and "right" to control the left and right alignment. like
<json-viewer value={this.jsonData} expand-depth={5} copyable={{ align: 'left' }} boxed sort> </json-viewer>
Sorry, something went wrong.
+2.2.18
No branches or pull requests
If the user does not scroll all the way to the right he will never see the copy button.
Could you move it to this position? This way the button is always visible
The text was updated successfully, but these errors were encountered: