angular-lock-column-widths
v0.0.2
Published
lock and unlock table column widths, to prevent resizing
Maintainers
Readme
angular-lock-column-widths

lock and unlock table column widths, to prevent resizing
install
bower install -S [email protected]:bcherny/angular-lock-column-widths.git
use
html
<table lock-column-widths>
...
</table>js
angular
.module('foo', ['turn/lockColumnWidths'])
.controller('bar', function ($scope) {
$scope.lockColumnWidths();
$scope.unlockColumnWidths();
})build
bower install
npm install
grunthack
bower install
npm install
grunt watchtest
bower install
npm install
grunt testlicense
Apache2
