dobtco/jquery-resizable-columns

Resizable columns does not working with table responsive

Opened this issue · 1 comments

I have table-responsive class and the table element inside it.

Eg:

<div class="table-responsive">
          <table data-resizable-columns-id="demo-table-v2">...<table>
</div>

The table have many columns. When I apply the jquery-resizable-columns for above table, so it does not resize for columns.

Sorry for my bad english.

same problem here... anyone resolved?