Question
Could you please tell me if it's possible to hide the eye and print icons for individual tables?
Answer
When called in an iframe via linkToTable and linkToDataTable — the parameter is called topbuttons: false.
This can also be done through the Table Formatting code. The parameter topbuttons: false of the setTableFormat function.
Table formatting code:
f1=: setTableFormat(topbuttons: false)