Interface MainColumn
public interface MainColumn
MainColumn represents the first column of the table. This column is used to control the tree structure, being the
 only column that can be used to open and close leaves.
- Since:
- 9.12.0
- 
Method Summary
- 
Method Details- 
hidevoid hide()Hides this column from the UI. If the column was already hidden, this does nothing.- Since:
- 9.12.0
 
- 
showvoid show()Shows this column in the UI. If the column was already shown, this does nothing.- Since:
- 9.12.0
 
 
-