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
Post a Comment