Is there any way to use both angular-table-resize and AngularJS Tablesort for the same table?
If I just do the following:
<table resizeable mode="resizeMode" class="table table-striped table-bordered" border="1" ts-wrapper id="myTable">
</table>
it gives me the following error:
Error: [$compile:multidir] Multiple directives [resizeable, tsWrapper] asking for new/isolated scope on:
Is there anything that I can do to avoid this error? How can I use both sorting and resizing on the same table then?