ziscloud / angular-footable

The directive to allow the use of JQuery footable plugin
MIT License
33 stars 20 forks source link

angular-footable

This is the directive to allow the use of JQuery footable plugin (http://fooplugins.com/plugins/footable-jquery/) in angular.

Installation

bower install angular-footable

Usage

inject into angular

angular
    .module('angular-footable-example', [
        'ui.footable'
    ])

activate the plugin via directive

<table class="table footable">

sorting

there is no new configuration add in this module, to enable sorting feature, you only need to follow the setup of the footable

License

angular-slimscroll is released under the MIT License. Feel free to use it in personal and commercial projects.