View freezing and thawing of eas

// Freeze view
table.getViewManager().freeze(verticalIndex, horizonIndex);
// Freeze view: This method is used when the table did not show, that is, the method can be used when a table is initialized
table.getViewManager().setFreezeView(verticalIndex, horizonIndex);
 
// thaw view
table.getViewManager().unFreezeView(verticalIndex, horizonIndex);
// get position to freeze the ranks
table getViewManager () getFreezeRow ();.. Freeze row position obtained
table.getViewManager () getFreezeCol ();. get frozen column position

Guess you like

Origin www.cnblogs.com/luojiabao/p/10963744.html
EAS