Reputation: 1
i have a that grid consists of 3 columns. The first and third columns have fixed width but the middle is auto fit. What i want is to disable drag and drop on fixed columns so their positions in grid wont change ... any help for this ???
Upvotes: 0
Views: 122
Reputation: 722
You can set the column to be fixed on the ColumnConfig using columnName.setFixed(true)
Upvotes: 1