jerrylow / basictable

Basic Table jQuery or Vanilla JS plugin for simple responsive tables.
MIT License
127 stars 57 forks source link

Table gets stuck when resizing #1

Closed cata-on closed 8 years ago

cata-on commented 8 years ago

There are scenarios in which the table is throwing errors when resizing, more specifically at https://github.com/jerrylow/basictable/blob/master/jquery.basictable.js#L128. This is due to the fact that you call check without the second parameter and later on you'll try to access .forceResponsive of undefined @ https://github.com/jerrylow/basictable/blob/master/jquery.basictable.js#L56