dobtco / jquery-resizable-columns

Resizable table columns for jQuery.
http://dobtco.github.io/jquery-resizable-columns
535 stars 170 forks source link

Resizable columns does not working with table responsive #57

Open truocphamkhac-agilityio opened 8 years ago

truocphamkhac-agilityio commented 8 years ago

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.

indigitale commented 7 years ago

same problem here... anyone resolved?