jerrylow / basictable

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

Multiple tables #4

Closed hankszeto closed 8 years ago

hankszeto commented 8 years ago

Hi Jerry,

Thanks for the great jQuery plugin. It works great with a single table. However, if I have more than one table on the page, selected using the 'table' element, the headings from the first table are being used on the second and third tables.

I'm calling basictable like this:

$('table').basictable({ breakpoint: 768, });

Thanks.

jerrylow commented 8 years ago

Hey @hankszeto, thanks for finding that, going to push a fix for that.

hankszeto commented 8 years ago

Thanks @jerrylow. Tested and it is working great! :)