browse other examples

Grid drag and drop widths

To manipulate grid columns widths .css method on gridAdapter column is available:
$scope.adapter.gridAdapter.columns[0].css('width', '200px');
You also can set any css property this way.
num text
1item #1
2item #2
3item #3
4item #4
5item #5
6item #6
7item #7
8item #8
9item #9
10item #10