-
Bug
-
Resolution: Fixed
-
Normal
-
5.0.0
-
None
-
Security Level: Jimmy
-
None
Steps to Reproduce
<spreadsheet height="100%" id="spreadsheet" maxVisibleRows="6" maxVisibleColumns="8" showSheetbar="true" showAddColumn="false" showAddRow="false"/>
ss.disableUserAction(AuxAction.ADD_ROW, true); ss.disableUserAction(AuxAction.ADD_COLUMN, true);
API doesn't work, either.
Current Result
the 2 buttons are still visible at the bottom-right corner
Expected Result
the 2 buttons are invisible
Workaround
.zstbtn-addCol, .zstbtn-addRow
{ display:none; }