fooplugins / FooTable

jQuery plugin to make HTML tables responsive
https://fooplugins.com/plugins/footable-jquery/
Other
2.13k stars 637 forks source link

table disappears if I apply footable() jquery function #817

Open abhasan opened 6 years ago

abhasan commented 6 years ago

Hi I am using Footable Jquery plugin but as soon as I apply the following jquery function, It disappears the table.
$(document).ready(function(){ $('.table').footable(); });

aknapp112 commented 5 years ago

jQuery(function($){ $('.table').footable(); });

Is what I am using an it is also in the examples on the docs.