angularjs - fooTable pagination not working with laravel/angular api data -


i have called data laravel api , send footable using angularjs pagination not working, there way set no of records pagination , reload footable.

footable jquery plugin. means instantiated before angular can add contents response php.

usually, best way approach instantiate plugin after have data client-side.

my suggestion create table using angular directives as, believe, , initialize plugin documentation says $('.footable').footable(); after receive data.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -