The problem is when Footable are initialized it breaks all jQuery callbacks inside table.
For example, i'v got a sorting script that works something like $('.sort a').on('click', function(){ code }) where ".sort a" is inside a footable table.
Even simple magnific popup call is break down with "$(...).magnificPopup() is not a function" when fired by element that exist inside table.
PS: Excuse my awfull english
The problem is when Footable are initialized it breaks all jQuery callbacks inside table. For example, i'v got a sorting script that works something like $('.sort a').on('click', function(){ code }) where ".sort a" is inside a footable table. Even simple magnific popup call is break down with "$(...).magnificPopup() is not a function" when fired by element that exist inside table. PS: Excuse my awfull english