Add judging condition to disable Download button
Hi Community: I want to disable the top right corner Download button, and we can use code 'model.showDownload = "false"' to do it. But how to add a judging condition that if user who only have read permission, then disable it? Please refer ...