angular-tablesortesize

Sort angularjs tables easily (now angular-table-resize compatible!)

Usage no npm install needed!

<script type="module">
  import angularTablesortesize from 'https://cdn.skypack.dev/angular-tablesortesize';
</script>

README

AngularJS Tablesortesize

It is a fork of angular-tablesort package that is able to work with angular-table-resize.

The original library defines the scope: true directive's option so there's a conflict between two libraries resulting in the following error:

Error: [$compile:multidir] Multiple directives [resizeable, tsWrapper] asking for new/isolated scope on: ...

I've just deleted this option from the corresponding directive and that's it.