表格:鎖定列

參考示例:鎖定列
通過設置表格的frozenStartColumn和frozenEndColumn屬性,可以鎖定住表格列:
grid.setFrozenStartColumn(0); grid.setFrozenEndColumn(1);