From d08eea8bf57567f1b35c9f03ca74c1820c97393b Mon Sep 17 00:00:00 2001 From: Pierre Queinnec Date: Mon, 17 Nov 2014 16:14:31 +0100 Subject: [PATCH] Fix the checkbox column default width, to remove the overlap with the next column --- src/js/factories/ngReactGridCheckboxFactory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/factories/ngReactGridCheckboxFactory.js b/src/js/factories/ngReactGridCheckboxFactory.js index c008286..b0c2e35 100644 --- a/src/js/factories/ngReactGridCheckboxFactory.js +++ b/src/js/factories/ngReactGridCheckboxFactory.js @@ -53,7 +53,7 @@ var ngReactGridCheckboxFactory = function($rootScope) { return ngReactGridCheckboxComponent({selectionTarget: selectionTarget, handleClick: handleClick, row: row, options: _options});; }, sort: false, - width: 1 + width: 20 } };