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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -