angular-lock-column-widths

lock and unlock table column widths, to prevent resizing

Usage no npm install needed!

<script type="module">
  import angularLockColumnWidths from 'https://cdn.skypack.dev/angular-lock-column-widths';
</script>

README

angular-lock-column-widths Build Status Coverage Status npm

lock and unlock table column widths, to prevent resizing

install

bower install -S git@github.com: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
grunt

hack

bower install
npm install
grunt watch

test

bower install
npm install
grunt test

license

Apache2